summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2017-11-10 13:54:07 -0500
committerDavid Thompson <dthompson@vistahigherlearning.com>2017-11-10 13:54:07 -0500
commitc42c8a8589dff430c07684fb0044295a953cdd4c (patch)
tree1858bfbfaac0838909dcac83ceb96272dbc6e79a
parent6a5cb8729af617937ea569512506d5a11258df95 (diff)
README: Update Guix build instructions.
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 004bf42..67b7d1d 100644
--- a/README
+++ b/README
@@ -66,10 +66,10 @@ SDL2_image, SDL2_mixer, and SDL2_ttf.
To configure the build properly, run the following:
#+BEGIN_SRC sh
- ./configure --with-libsdl2-prefix=$(guix build sdl2) \
- --with-libsdl2-image-prefix=$(guix build sdl2-image) \
- --with-libsdl2-ttf-prefix=$(guix build sdl2-ttf) \
- --with-libsdl2-mixer-prefix=$(guix build sdl2-mixer)
+ ./configure --with-libsdl2-prefix=$(guix build sdl2 | tail -1) \
+ --with-libsdl2-image-prefix=$(guix build sdl2-image | tail -1) \
+ --with-libsdl2-ttf-prefix=$(guix build sdl2-ttf | tail -1) \
+ --with-libsdl2-mixer-prefix=$(guix build sdl2-mixer | tail -1)
#+END_SRC
* Usage