Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALF
ALF_Tutorial_and_Presentations
Commits
d2566ade
Commit
d2566ade
authored
Feb 05, 2018
by
Florian Goth
Browse files
Update README.md with installation instructions.
parent
5f9f1938
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d2566ade
...
...
@@ -8,6 +8,20 @@ as external libraries. For compiling the source code you need make and a
Fortran03 compatible Compiler.
### Linux
In the following we give hints on how to install relevant packages.
#### Debian/Ubuntu
-
sudo apt-get install gfortran liblapack-dev make
#### Red Hat/Fedora/CentOS
-
sudo yum install gcc-gfortran make liblapack-devel
#### OpenSuSE / SLES
-
sudo zypper install gcc-gfortran make lapack-devel
ToDo:
Linux Mint: Ubuntu based
Arh Linux. Has a couple of derivatives. We will assume they are equal...
### Other Unices
gfortran and the lapack implementation from netlib.org should be available for
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment