Skip to content

Instantly share code, notes, and snippets.

@papilip
Created December 19, 2017 21:33
Show Gist options
  • Save papilip/6ccab1b21202ee1b6408a441f57e432a to your computer and use it in GitHub Desktop.
Save papilip/6ccab1b21202ee1b6408a441f57e432a to your computer and use it in GitHub Desktop.
Crystal on FreeBDD
# 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