Skip to content

Instantly share code, notes, and snippets.

@wookay
Last active September 20, 2016 10:42
Show Gist options
  • Save wookay/78fc28ca79ed122e0a788470e17d1caa to your computer and use it in GitHub Desktop.
Save wookay/78fc28ca79ed122e0a788470e17d1caa to your computer and use it in GitHub Desktop.
ecto.jl build deps
cd /home/ubuntu/
wget https://julialang.s3.amazonaws.com/bin/linux/x64/0.5/julia-0.5.0-linux-x86_64.tar.gz
tar xvzf julia-0.5.0-linux-x86_64.tar.gz -C /home/ubuntu/
mkdir -p /home/ubuntu/.julia/v0.5/
cd /home/ubuntu/.julia/v0.5/
git clone https://github.com/JuliaLang/METADATA.jl.git METADATA
git clone https://github.com/wookay/Ecto.jl.git Ecto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment