diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-11-12 08:42:10 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-11-12 08:42:10 -0500 |
commit | b68a79ee4b02cb3a90c7486adbd151af7909dc23 (patch) | |
tree | 9b9a2ea2034ddb54f646d49b8a89adc9f4393115 /README | |
parent | 3b9457fb7fbe5abb762dbd8113f75330bf414d76 (diff) |
guix: Add a complete package for development snapshots.
* guix.scm: Add source code information and necessary build options.
* INSTALL.org: Add Guix installation instructions.
* README: Add configure flags for Guix dev environments.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -160,6 +160,9 @@ Sly differentiates itself from most other game engines by encouraging #+BEGIN_SRC sh guix environment -l guix.scm + ./bootstrap && ./configure \ + --with-libfreeimage-prefix=$(guix build freeimage) \ + --with-libgslcblas-prefix=$(guix build gsl) #+END_SRC * Running Examples |