Skip to content

Commit

Permalink
Update build dependencies for ARM.
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Feb 19, 2015
1 parent fdf6730 commit d4cb873
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ progress - several tests are known to fail, and backtraces are not
available.

In addition to the standard `build-essentials` toolchain the following
libraries must be installed to build on ARM:
libraries must be installed to build on ARM. On Debian/Ubuntu, use the
following command:

- libblas3gf, liblapack3gf, libfftw3-dev, libgmp3-dev, libmpfr-dev, libblas-dev, liblapack-dev
````
sudo apt-get install libblas3gf liblapack3gf libfftw3-dev libgmp3-dev libmpfr-dev libblas-dev liblapack-dev cmake gcc-4.7 g++-4.7 gfortran libgfortran3
````

Please start from the standard [build
instructions](README.md#source-download-and-compilation), in
Expand Down

0 comments on commit d4cb873

Please sign in to comment.