Mention windows support in docs.

This commit is contained in:
Phil Hagelberg 2010-01-02 15:52:14 -08:00
parent 5e9f694fd3
commit c99bada107
3 changed files with 6 additions and 3 deletions

2
NEWS
View file

@ -10,6 +10,8 @@ Leiningen NEWS -- history of user-visible changes
* Support dependencies with native code.
* Added experimental Windows support.
= 1.0.1 / 2009-12-10
* Added bash completion.

View file

@ -130,7 +130,8 @@ Other keys accepted:
much frustration. The maven-ant-tasks API is much more manageable.
**Q:** What about Windows?
**A:** Patches welcome.
**A:** Try the bin/lein.bat script. Note that Windows support is still
experimental; not all features (notably self-install) are implemented.
## Publishing

View file

@ -7,8 +7,8 @@ rem There is needed also Clojure jar from http://build.clojure.org/
rem and it should be copied on %CLOJURE_JAR% path
set CLOJURE_VERSION=1.1.0-alpha-SNAPSHOT
set LEIN_VERSION=1.0.1-SNAPSHOT
set CLOJURE_VERSION=1.1.0
set LEIN_VERSION=1.1.0-SNAPSHOT
set LEIN_JAR=%HOMEDRIVE%%HOMEPATH%\.m2\repository\leiningen\leiningen\%LEIN_VERSION%\leiningen-%LEIN_VERSION%-standalone.jar
set CLOJURE_JAR=%HOMEDRIVE%%HOMEPATH%\.m2\repository\org\clojure\clojure\%CLOJURE_VERSION%\clojure-%CLOJURE_VERSION%.jar