Skip to content

Instantly share code, notes, and snippets.

@josephwilk
Created August 22, 2013 09:50
Show Gist options
  • Save josephwilk/6305291 to your computer and use it in GitHub Desktop.
Save josephwilk/6305291 to your computer and use it in GitHub Desktop.
wget --no-clobber http://www.erlang.org/download/otp_src_R16B01.tar.gz
cd vendor && tar -k -xf ../otp_src_R16B01.tar.gz
cd vendor/otp_src_R16B01 && ./configure --without-termcap --disable-hipe --without-javac && make
wget --no-clobber -q http://dl.dropbox.com/u/4934685/elixir/v${ELIXIR_VERSION}.zip && unzip -o -qq v${ELIXIR_VERSION}.zip -d vendor/elixir
${RUN_MIX} deps.get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment