Reputation: 13515
How do I create a new project in Windows 7 with leiningen as explained in the tutorial (the tutorial is for unix).
Upvotes: 1
Views: 1101
Reputation: 877
Leiningen will work very much the same in Windows and the tutorial is basically OS agnostic. You do want to be familiar with your Windows 7 CMD console. You can use the native CMD console,
http://vishnuvalentino.com/tips-and-trick/16-steps-tutorial-basic-command-prompt/
Though I recommend you download a third-party add-on to the console that will make the experience nicer. An example of that is Console2,
http://www.hanselman.com/blog/Console2ABetterWindowsCommandPrompt.aspx
Advanced users might use different tools (http://www.petri.co.il/alternative-command-shells_for-windows.htm) but I recommend you start with the basics.
Upvotes: 3