diff options
author | Pjotr Prins | 2017-07-07 10:08:49 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-07-08 09:16:29 +0000 |
commit | c98b827b0b4dc7d6f24c60bb2cb4658754bc911a (patch) | |
tree | 314dfd4ecf31f9cb64423a5b6261b1d2c16fc3db /INSTALL.md | |
parent | 66a8adef9baafe0ec31ac939afa6ad962a11619a (diff) | |
download | pangemma-c98b827b0b4dc7d6f24c60bb2cb4658754bc911a.tar.gz |
Added notes on using make
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |