Skip to content
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down