diff options
Diffstat (limited to 'README.org')
-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 |