From 716196d7c52601a3f7ca434fdd1f202cec094f72 Mon Sep 17 00:00:00 2001 From: "Nakib H. Protik" Date: Sun, 12 Nov 2023 13:44:16 +0100 Subject: [PATCH] Updated README. --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 4dee259a..8bac85c3 100644 --- a/README.org +++ b/README.org @@ -50,7 +50,7 @@ The source is heavily commented and can be auto-documented with ~FORD~ (https:// *** 3. Build Use one of the following two methods: -**** Using ~fpm~ (requires internet connection) +**** Using ~fpm~ (v>=0.7) For a cpu-only build and test with Fortran Package Manager (https://fpm.fortran-lang.org/), say #+BEGIN_SRC bash @@ -75,7 +75,7 @@ The source is heavily commented and can be auto-documented with ~FORD~ (https:// #+END_SRC and adding the relevant ~/bin~ directory to your ~PATH~. -**** Using ~cmake~ (works offline) +**** Using ~cmake~ Issue the following command to build and run tests: ~mkdir build; cd build; cmake ..; make; ctest~. If all goes well, the exectuable will be available as ~build/bin/{elphbolt, superconda}~. ** Docker (requires internet connection) To build a docker image, say