Last active
January 20, 2018 13:45
-
-
Save wookay/6a21dcc85fbce27c4cb45277c98cefd3 to your computer and use it in GitHub Desktop.
gist cmd.sh for Bukdu on Julia 0.6
This file contains hidden or 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
cd /home/ubuntu/ | |
wget https://julialang-s3.julialang.org/bin/linux/x64/0.6/julia-0.6.2-linux-x86_64.tar.gz | |
tar xvzf julia-0.6.2-linux-x86_64.tar.gz -C /home/ubuntu/ | |
mkdir -p /home/ubuntu/.julia/v0.6/ | |
cd /home/ubuntu/.julia/v0.6/ | |
git clone https://github.com/JuliaLang/METADATA.jl.git METADATA | |
git clone https://github.com/JuliaLang/BinDeps.jl.git BinDeps | |
git clone https://github.com/JuliaLang/Compat.jl.git Compat | |
git clone https://github.com/JuliaWeb/HttpCommon.jl.git HttpCommon | |
git clone https://github.com/JuliaWeb/HttpParser.jl.git HttpParser | |
git clone https://github.com/JuliaWeb/HttpServer.jl.git HttpServer | |
git clone https://github.com/JuliaWeb/MbedTLS.jl.git MbedTLS | |
git clone https://github.com/staticfloat/SHA.jl.git SHA | |
git clone https://github.com/JuliaWeb/URIParser.jl.git URIParser | |
git clone https://github.com/JuliaArchive/Nullables.jl.git Nullables | |
git clone https://github.com/JuliaLang/JSON.jl.git JSON | |
git clone https://github.com/jverzani/Mustache.jl.git Mustache | |
git clone https://github.com/BioJulia/BufferedStreams.jl.git BufferedStreams | |
git clone https://github.com/dcjones/Codecs.jl.git Codecs | |
git clone https://github.com/BioJulia/Libz.jl.git Libz | |
git clone https://github.com/JuliaWeb/Requests.jl.git Requests | |
git clone https://github.com/wookay/Bukdu.jl.git Bukdu | |
/home/ubuntu/julia-d386e40c17/bin/julia -e 'Pkg.build("MbedTLS"); Pkg.build("HttpParser")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment