Skip to content

Instantly share code, notes, and snippets.

@terasakisatoshi
Last active May 2, 2019 07:16
Show Gist options
  • Save terasakisatoshi/00fa7d7b81b7c6748f2298f6ff65bf6e to your computer and use it in GitHub Desktop.
Save terasakisatoshi/00fa7d7b81b7c6748f2298f6ff65bf6e to your computer and use it in GitHub Desktop.
Cross Compile Julia For RaspberryPi3 using Docker
JULIA_CPU_TARGET=cortex-a7
MARCH=armv7-a
prefix=/home/pi/work/julia-1.1.0
apt-get update
apt-get install build-essential libatomic1 python gfortran perl wget m4 cmake pkg-config git
git clone --depth=1 -b v1.1.0 https://github.com/JuliaLang/julia.git
cp Make.user julia/Make.user
@terasakisatoshi
Copy link
Author

License

This instruction how to build julia is licensed under the terms of MIT License.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment