From bcc0c7daecb9628ecf75a8f72a4012240762282f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 23 Sep 2013 21:43:57 -0400 Subject: Add new instructions for installing FIGL. --- INSTALL.org | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) (limited to 'INSTALL.org') diff --git a/INSTALL.org b/INSTALL.org index 93d5bfd..070b6b9 100644 --- a/INSTALL.org +++ b/INSTALL.org @@ -58,7 +58,7 @@ Grab the latest release tarball from http://www.gnu.org/software/guile-sdl/. - *Debian* + *Source* #+BEGIN_SRC sh tar xf guile-sdl-.tar.xz @@ -68,17 +68,27 @@ sudo make install #+END_SRC - *OS X* - - guile-sdl is currently broken on OS X. Please see this issue for - more information: https://github.com/davexunit/guile-2d/issues/2 + Note: guile-sdl is currently broken on OS X. Please see this issue + for more information: + https://github.com/davexunit/guile-2d/issues/2 *** guile-figl - FIGL can be problematic, since it's an as-of-yet unreleased - library. + *Source* - *Debian* + FIGL is an unreleased library. You can find an unofficial + source tarball that is compatible with guile-2d here: + http://dthompson.us/static/src/guile-figl.tar.gz + + #+BEGIN_SRC sh + tar -xvf guile-figl.tar.gz + cd guile-figl/ + ./configure --prefix=/usr + make + sudo make install + #+END_SRC + + *Git* #+BEGIN_SRC sh git clone https://gitorious.org/guile-figl/guile-figl.git -- cgit v1.2.3