Created
June 17, 2019 08:43
-
-
Save dotemacs/16ee9aca8b359f12a5d8d0d1c66959f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
fullpath=/Users/alex/dev/cljr/install-with-nuget/Clojure.1.9.0/all/net40 | |
exe=Clojure.Main.exe | |
cd ${fullpath} && mono ${exe} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just because it says "install-with-nuget" in the path, ignore it.
You can install via nuget or build from source, the result is the same, you have to
cd
into the directory where the.exe
is in order to run it. It's a linking issue that's known for the past five years.See: https://clojure.atlassian.net/projects/CLJCLR/issues/CLJCLR-48