diff options
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 |