crystal-lang / bootstrap-script

Automated script to bootstrap the crystal compiler from source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crystal Bootstrap Automation

This script automates bootstrapping crystal from source code, compiling every intermediate compiler version to reach the latest version.

Dependencies:

  • Essential build tools i.e. build-essential/base-devel
  • curl
  • git
  • patch
  • which
  • tar
  • xz
  • autoconf
  • libtool
  • cmake
  • python2
  • pcre dev package
  • zlib dev package
  • libyaml dev package
  • libunwind dev package
  • libgc (bdwgc) dev package
  • libevent dev package

About

Automated script to bootstrap the crystal compiler from source


Languages

Language:Shell 99.2%Language:Ruby 0.8%