Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in linux installation instructions + additional recommended package. #13

Merged
merged 1 commit into from
Dec 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo in linux installation instructions + additional recommended
package.
  • Loading branch information
jsbtic committed Dec 13, 2017
commit 5d4ea149a2ebf30ed2ec10df049b8bb4d948bae4
6 changes: 4 additions & 2 deletions doc/user-man/binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@ files. To install from binary on Ubuntu:

- libfftw3-3
- liblapack3
- libatlas-base-dev

To install these packages using apt-get, enter::

sudo apt-get libfftw3-3
sudo apt-get liblapack3
sudo apt-get install libfftw3-3
sudo apt-get install liblapack3
sudo apt-get install libatlas-base-dev

* Download the .deb package from the PSCF home page. This is a file
with a name of the form pscf-<version>-Linux.deb, where <version>
Expand Down