diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2017-11-10 13:54:07 -0500 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2017-11-10 13:54:07 -0500 |
commit | c42c8a8589dff430c07684fb0044295a953cdd4c (patch) | |
tree | 1858bfbfaac0838909dcac83ceb96272dbc6e79a /README | |
parent | 6a5cb8729af617937ea569512506d5a11258df95 (diff) |
README: Update Guix build instructions.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |