From a2d246cd9252f47ccd4024b159653475a064989d Mon Sep 17 00:00:00 2001 From: Isaiah Norton Date: Sat, 6 Sep 2014 18:36:23 +0000 Subject: [PATCH] Add basic ARM README --- README.arm.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.arm.md 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