diff options
author | Arun Isaac | 2021-02-26 17:12:48 +0530 |
---|---|---|
committer | Arun Isaac | 2021-02-26 17:12:48 +0530 |
commit | fcbfab5f1937ba6067fe746ef5d2d4fa5017c7a3 (patch) | |
tree | d3701327abebd7d34d5a7f30b0378cef7ea60bff | |
parent | 6959d94cffec45139601523a93a90aca83be6b33 (diff) | |
download | nsmc-fcbfab5f1937ba6067fe746ef5d2d4fa5017c7a3.tar.gz nsmc-fcbfab5f1937ba6067fe746ef5d2d4fa5017c7a3.tar.lz nsmc-fcbfab5f1937ba6067fe746ef5d2d4fa5017c7a3.zip |
Advertise guix environment in README.
* README.org (Build): Advertise guix environment.
-rw-r--r-- | README.org | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,6 +9,13 @@ Build dependencies are - [[https://www.gnu.org/software/gsl/][GNU Scientific Library]] (for vector and scientific functions) - [[https://gnu.org/software/guile][GNU Guile]] (for the scheme wrappers) +The easiest way to install these dependencies is to use a [[https://guix.gnu.org/][guix]] +environment. + +#+BEGIN_SRC shell + $ guix environment -l guix.scm +#+END_SRC + To build, run the following commands. #+BEGIN_SRC shell |