aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorPjotr Prins2020-08-10 11:22:43 +0100
committerPjotr Prins2020-08-10 11:22:43 +0100
commit97547ee82e0bd1cc2210612415b0ceb135dbba6d (patch)
treea62c28cac35902eb48b1049f871e72c57a525567 /INSTALL.md
parent9c5dfbc0e27b9f5c576c1f81a43e7932bb074160 (diff)
downloadpangemma-97547ee82e0bd1cc2210612415b0ceb135dbba6d.tar.gz
guix-dev
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 6e5c665..29b50d6 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -52,10 +52,14 @@ To build GEMMA from source you can opt to install the build tools with GNU Guix
guix package -i make gcc linux-libre-headers gsl openblas lapack glibc ld-wrapper
-The current build container is
+The current build container is in [guix-dev](../guix-dev)
guix environment -C guix --ad-hoc gcc-toolchain gdb gsl openblas zlib bash ld-wrapper perl vim which
+To build with an older gcc, for example:
+
+ guix environment -C guix --ad-hoc gcc-toolchain@9.3.0 gdb gsl openblas zlib bash ld-wrapper perl vim which
+
### Install from source
Note: Eigen is no longer required!