diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-05-15 19:12:41 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-05-15 19:12:41 -0400 |
commit | 32ccb02a57dbb989503f85591a0b8f4d67e6598b (patch) | |
tree | 773a5979731c5446315c45867efab217d7a036e0 | |
parent | ac31bdf8772c6b67a7721c760ce02c60126c6f98 (diff) |
guix: Update explanatory comment.
* guix.scm: Remove outdated configure flags.
-rw-r--r-- | guix.scm | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -22,9 +22,7 @@ ;; To setup the development environment, run the following: ;; ;; guix environment -l guix.scm -;; ./bootstrap && ./configure \ -;; --with-libfreeimage-prefix=$(guix build freeimage) \ -;; --with-libgslcblas-prefix=$(guix build gsl) +;; ./bootstrap && ./configure ;; ;; To build the development snapshot, run: ;; |