Created
December 19, 2017 21:33
-
-
Save papilip/6ccab1b21202ee1b6408a441f57e432a to your computer and use it in GitHub Desktop.
Crystal on FreeBDD
This file contains 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
# As root | |
pkg install llvm40 | |
pkg install boehm-gc-threaded | |
# FreeBSD 11.1 | |
wget https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/crystal-0.23.1-freebsd11.1.txz | |
wget https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/shards-0.7.1-freebsd11.1.txz | |
cd / && tar Jxvf crystal-0.23.1-freebsd11.1.txz | |
cd / && tar Jxvf shards-0.7.1-freebsd11.1.txz | |
# FreeBSD 12.0 | |
wget https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/crystal-0.23.1-freebsd12.0.txz | |
wget https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/shards-0.7.1-freebsd12.0.txz | |
cd / && tar Jxvf crystal-0.23.1-freebsd12.0.txz | |
cd / && tar Jxvf shards-0.7.1-freebsd12.0.txz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment