Tomasz Sulej
2018-12-05 21:50:26 UTC
Hi all,
If you want to install and run Clojure CLI tools, i.e. clojure and clj
under Cygwin. You just install Linux version and change line 173 where
install_dir is set to the following:
install_dir=`realpath.exe --relative-to=. /usr/local/lib/clojure`
Reason for change is that java expects Window paths to the jars.
Fortunately relative paths are the same for Windows and for Cygwin.
Best, Tomasz
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to ***@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+***@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If you want to install and run Clojure CLI tools, i.e. clojure and clj
under Cygwin. You just install Linux version and change line 173 where
install_dir is set to the following:
install_dir=`realpath.exe --relative-to=. /usr/local/lib/clojure`
Reason for change is that java expects Window paths to the jars.
Fortunately relative paths are the same for Windows and for Cygwin.
Best, Tomasz
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to ***@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+***@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.