-
Notifications
You must be signed in to change notification settings - Fork 658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide FreeBSD binaries (or document building from source) #1892
Comments
|
I think that folk might be able to help on the #compiler channel in elm slack :) |
|
I finally got it to build on --- compiler-0.19.0.orig/elm.cabal 2018-08-20 21:41:41.000000000 +0800
+++ compiler-0.19.0/elm.cabal 2019-02-22 22:24:12.029313000 +0800
@@ -246,7 +246,7 @@
http-client >= 0.5 && < 0.6,
http-client-tls >= 0.3 && < 0.4,
http-types >= 0.9 && < 1.0,
- language-glsl >= 0.0.2 && < 0.3,
+ language-glsl >= 0.0.2 && < 0.4,
logict,
mtl >= 2.2.1 && < 3,
network >= 2.4 && < 2.7,
@@ -263,4 +263,4 @@
unordered-containers,
utf8-string,
vector,
- zip-archive
+ zip-archive < 0.4I needed to allow a newer version of I'm using
Edit: Added |
|
Thanks @huggablemonad! Your instructions helped me build elm on FreeBSD 11.2. |
|
@glorieux My guess is that you'd need to create the patch needed to build on freebsd and the port makefile, and that should be it. The Porter's Handbook should be helpful. |
|
Here is the open bug for the new port: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236805 |
|
Tracking in #1949 |
|
Now available https://www.freshports.org/lang/elm/ 🎉 |
Hello,
I would like to install Elm on FreeBSD, which currently fails because there are no FreeBSD binaries. It would be great if you could provide them. Alternatively, I could create a FreeBSD port, which would enable installing via the package manager (although not via npm). For that, a bit of documentation on how to build from source would be appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: