aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMilan Curcic <caomaco@gmail.com>2020-06-16 13:38:10 -0400
committerGitHub <noreply@github.com>2020-06-16 13:38:10 -0400
commita1b298c6bc4a49bc8ce26fa07c3949186bf5a91c (patch)
treef6ec65671c5ea3855f89248430c90c7fea28959e /README.md
parent410537bbe21c91a4ec27e45ead99a9f83454c099 (diff)
parent871496141b394ac39dbb70a8bea3bfc251d28f08 (diff)
downloadfpm-a1b298c6bc4a49bc8ce26fa07c3949186bf5a91c.tar.gz
fpm-a1b298c6bc4a49bc8ce26fa07c3949186bf5a91c.zip
Merge pull request #97 from epagone/docs_upd
add Ubuntu 20.04 package pre-requisite to `README`
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e3e1e1c..3fe15c0 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,8 @@ cd fpm
### Build and Test fpm
+Make sure that the development library of `gmp` is installed (e.g. `sudo apt install libgmp-dev` on Debian-derived Linux distributions)
+
Build fpm using:
```
stack build
@@ -39,7 +41,7 @@ To install:
stack install
```
-On Linux, the above command installs `stack` to `${HOME}/.local/bin`.
+On Linux, the above command installs `fpm` to `${HOME}/.local/bin`.
### Building your Fortran project with fpm