From bdb5aa376c524b0f30bb2e6e17473702b0080cfa Mon Sep 17 00:00:00 2001 From: Emanuele Pagone Date: Sat, 13 Jun 2020 18:39:24 +0100 Subject: add libgmp-dev pre-requisite for Debian-derived distributions --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e3e1e1c..b6ff265 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ cd fpm ### Build and Test fpm +Make sure that the developers library of `gmp` is installed (e.g. `sudo apt install libgmp-dev` on Debian-derived Linux distributions) + Build fpm using: ``` stack build -- cgit v1.2.3 From 6a9e3e8c86bba4d8268f92987a8062c22338d0a2 Mon Sep 17 00:00:00 2001 From: Emanuele Pagone Date: Sat, 13 Jun 2020 18:54:54 +0100 Subject: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b6ff265..ebb2f4d 100644 --- a/README.md +++ b/README.md @@ -41,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 -- cgit v1.2.3 From 871496141b394ac39dbb70a8bea3bfc251d28f08 Mon Sep 17 00:00:00 2001 From: Emanuele Pagone Date: Mon, 15 Jun 2020 10:46:34 +0100 Subject: Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ondřej Čertík --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ebb2f4d..3fe15c0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ cd fpm ### Build and Test fpm -Make sure that the developers library of `gmp` is installed (e.g. `sudo apt install libgmp-dev` on Debian-derived Linux distributions) +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: ``` -- cgit v1.2.3