Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 842 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 842 Bytes

leiningen-win-installer

A standalone Windows Installer for Leiningen and Clojure.

Download

Details

The installer installs Leiningen and CURL to a per-user install location, and allows you to select a JDK to use with Leiningen.

The LEIN_JAVA_CMD environment variable is set to point to the selected JDK, and lein.bat is added to the per-user PATH.

A blank profiles.clj file is created if none exists.

profiles.clj is updated to set :java-cmd to point to the selected JDK.

Start menu icons are created for opening a repl, and for editing profiles.clj.

Produced using InnoSetup 5.5.4.

License

Copyright 2013 David Powell

Distributed under the Eclipse Public License, the same as Clojure.