aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorArun Isaac2021-02-26 17:12:48 +0530
committerArun Isaac2021-02-26 17:12:48 +0530
commitfcbfab5f1937ba6067fe746ef5d2d4fa5017c7a3 (patch)
treed3701327abebd7d34d5a7f30b0378cef7ea60bff /README.org
parent6959d94cffec45139601523a93a90aca83be6b33 (diff)
downloadnsmc-fcbfab5f1937ba6067fe746ef5d2d4fa5017c7a3.tar.gz
nsmc-fcbfab5f1937ba6067fe746ef5d2d4fa5017c7a3.tar.lz
nsmc-fcbfab5f1937ba6067fe746ef5d2d4fa5017c7a3.zip
Advertise guix environment in README.
* README.org (Build): Advertise guix environment.
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org
index cd3165f..f5d6960 100644
--- a/README.org
+++ b/README.org
@@ -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