From b68a79ee4b02cb3a90c7486adbd151af7909dc23 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 12 Nov 2015 08:42:10 -0500 Subject: 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. --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') 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 -- cgit v1.2.3