diff options
author | David Thompson <dave@izanagi> | 2013-09-23 21:43:57 -0400 |
---|---|---|
committer | David Thompson <dave@izanagi> | 2013-09-23 21:43:57 -0400 |
commit | bcc0c7daecb9628ecf75a8f72a4012240762282f (patch) | |
tree | 432479440288f1e51f2a8952f8612a1d0154c9b1 | |
parent | 1cc76741f53d88a1f2004532b20f989457cfddaf (diff) |
Add new instructions for installing FIGL.
-rw-r--r-- | INSTALL.org | 26 |
1 files changed, 18 insertions, 8 deletions
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-<version>.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 |