diff options
-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: ;; |