summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-11-12 08:42:10 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-11-12 08:42:10 -0500
commitb68a79ee4b02cb3a90c7486adbd151af7909dc23 (patch)
tree9b9a2ea2034ddb54f646d49b8a89adc9f4393115 /README
parent3b9457fb7fbe5abb762dbd8113f75330bf414d76 (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--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index e820e16..ca6e21a 100644
--- a/README
+++ b/README
@@ -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