Skip to content

Commit

Permalink
Update README.arm.md
Browse files Browse the repository at this point in the history
I needed to `apt-get install m4` as well.
  • Loading branch information
sbromberger committed May 27, 2015
1 parent 22105fb commit c78161d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ override USE_SYSTEM_ARPACK=1
The following command will install all the necessary libraries on Ubuntu.

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

# ARM specific build problems
Expand Down

0 comments on commit c78161d

Please sign in to comment.