| apt-get update | |
| apt-get install build-essential libatomic1 python gfortran perl wget m4 cmake pkg-config git | |
| apt install libopenblas-base libopenblas-dev | |
| apt install libatlas3-base libatlas-base-dev | |
| apt install liblapack-dev | |
| apt install libmpfr-dev libgmp3-dev | |
| apt install libgfortran3 | |
| git clone --depth=1 -b v1.1.0 https://github.com/JuliaLang/julia.git julia | |
| cp Make.user julia | |
| cd julia && make OPENBLAS_USE_THREAD=0 -j 40 |
This comment has been minimized.
This comment has been minimized.
LicenseThis instruction how to build julia is licensed under the terms of MIT License. |


This comment has been minimized.
Usage
build Julia from source
install docker and docker-machine
pull base image of PiZero series
It will generate
julia-1.1.0that contains Julia binary or runtime as same as you can get from https://julialang.org/downloads/install julia on your RaspberryPi
copy
julia-1.1.0into your RaspberryPi e.g. usingscp# your main machine other than RaspberryPi scp -r julia-1.1.0 pi@raspberrypi.local/home/piOn your RaspberryPi, Install packages as same as that written in
build.shFinally, add Julia's path at
.bashrc. That's all.Reference
Binary
here is my google drive link that provides julia (v1.1.0) binary (NOT OFFICIAL) for Raspberry Pi series.