summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-12-31 13:30:00 -0500
committerDavid Thompson <dthompson2@worcester.edu>2016-12-31 13:31:18 -0500
commit94d459fd7214580d2b4203f3be143cb724a29bbf (patch)
tree8c8dcb4c67bcdbd3bfc579f74bcdc78387a77ab2
parente5152eec46aeff6005587e57b1ff5138601243b0 (diff)
Update README.v0.2.0
-rw-r--r--README11
1 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index 7ac26f7..995a64d 100644
--- a/README
+++ b/README
@@ -13,11 +13,14 @@ SDL2_image, SDL2_mixer, and SDL2_ttf.
- GNU Guile >= 2.0.9
- SDL2 >= 2.0.0
+ - GNU Make
+ - GNU pkg-config
+
+ The following packages enable additional features:
+
- SDL2_image >= 2.0.0
- SDL2_mixer >= 2.0.0
- SDL2_ttf >= 2.0.0
- - GNU Make
- - GNU pkg-config
When building from a Git checkout, the following additional packages
are required:
@@ -27,7 +30,7 @@ SDL2_image, SDL2_mixer, and SDL2_ttf.
* Installing
- Guile-sdl2 uses the standard GNU build system, so installation
+ Guile-SDL2 uses the standard GNU build system, so installation
requires the usual incantations:
#+BEGIN_SRC sh
@@ -84,6 +87,8 @@ SDL2_image, SDL2_mixer, and SDL2_ttf.
- SDL2_mixer: =(sdl2 mixer)=
- SDL2_ttf: =(sdl2 ttf)=
+ See the =examples= directory for code samples.
+
* Developing
To build the source code from a Git checkout, run the following: