From 94d459fd7214580d2b4203f3be143cb724a29bbf Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 31 Dec 2016 13:30:00 -0500 Subject: Update README. --- README | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README') 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: -- cgit v1.2.3