diff options
author | Milan Curcic <caomaco@gmail.com> | 2020-06-16 13:38:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 13:38:10 -0400 |
commit | a1b298c6bc4a49bc8ce26fa07c3949186bf5a91c (patch) | |
tree | f6ec65671c5ea3855f89248430c90c7fea28959e /README.md | |
parent | 410537bbe21c91a4ec27e45ead99a9f83454c099 (diff) | |
parent | 871496141b394ac39dbb70a8bea3bfc251d28f08 (diff) | |
download | fpm-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.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |