OpenBSD用のELMをインストール


何?


公式ディストリビューションがOpenBSDをサポートしていないので、AMD 64ベースのチンパンジーでOpenBSB用のELMをコンパイルするだけでいくつかの簡単な手順.

どうやって?


OpenBSDをインストールし、これらのコマンドをrootで実行します.
pkg_add git
pkg_add cabal-install

git clone https://github.com/elm/compiler.git
cd compiler
git checkout 0.19.1

rm worker/elm.cabal
cabal new-update
cabal new-configure
cabal new-build
しばらく待ってください、そして、バイナリはうまくいけばcompiler/dist-newstyle/build/x86_64-openbsd/ghc-*/elm-0.19.1/x/elm/build/elm/elmでなければなりません

IMPORTANT: Please ensure you have at least 4 gigas RAM memory available for the compilation to work


だれ?


いつものようにエヴァンCzaplickiと素晴らしい人々を作成し、elmを維持していただきありがとうございます.
いくつかの参照コンパイル最適化はhttps://github.com/elm/compiler/blob/0.19.1/installers/linux/Dockerfileおよびhttps://gist.github.com/rlefevre/1523f47e75310e28eee243c9c5651ac9で発見されるかもしれません

For learning more about Elm please go to Elm The Complete Guide