diff --git a/README.arm.md b/README.arm.md new file mode 100644 index 0000000000000..10013d43f7f3a --- /dev/null +++ b/README.arm.md @@ -0,0 +1,11 @@ +Compiling on ARM +---------------- + +Julia has been compiled on several ARMv7 / Cortex A15 Samsung Chromebooks running +Ubuntu Linux. The port is still a work in progress, and several tests are known to +be failing. + +In addition to the standard `build-essentials` toolchain, the following libraries +must be installed to build on ARM: + +- libblas3gf, liblapack3gf, libsuitesparse-dev, libfftw3-dev, libgmp3-dev, libmpfr-dev