Skip to content

Commit a1b298c

Browse files
authored
Merge pull request #97 from epagone/docs_upd
add Ubuntu 20.04 package pre-requisite to `README`
2 parents 410537b + 8714961 commit a1b298c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ cd fpm
2626

2727
### Build and Test fpm
2828

29+
Make sure that the development library of `gmp` is installed (e.g. `sudo apt install libgmp-dev` on Debian-derived Linux distributions)
30+
2931
Build fpm using:
3032
```
3133
stack build
@@ -39,7 +41,7 @@ To install:
3941
stack install
4042
```
4143

42-
On Linux, the above command installs `stack` to `${HOME}/.local/bin`.
44+
On Linux, the above command installs `fpm` to `${HOME}/.local/bin`.
4345

4446
### Building your Fortran project with fpm
4547

0 commit comments

Comments
 (0)