From c98b827b0b4dc7d6f24c60bb2cb4658754bc911a Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 7 Jul 2017 10:08:49 +0000 Subject: Added notes on using make --- INSTALL.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index dd6bb2a..8bfe7f8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -36,5 +36,13 @@ using the following command guix package -i gemma - ### Install from source + +Install listed dependencies and run + + make + +if you get an Eigen error you may need to override the include +path. E.g. on GNU Guix with shared libs this may work + + make EIGEN_INCLUDE_PATH=~/.guix-profile/include/eigen3 FORCE_DYNAMIC=1 -- cgit v1.2.3