From 864c44a02357ceb89261b0e5330c01323ae20e26 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 23 Mar 2014 11:46:24 -0400 Subject: Replace figl with the new guile-opengl official release. --- INSTALL.org | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) (limited to 'INSTALL.org') diff --git a/INSTALL.org b/INSTALL.org index ca0d327..d52276f 100644 --- a/INSTALL.org +++ b/INSTALL.org @@ -63,40 +63,22 @@ for more information: https://github.com/davexunit/guile-2d/issues/2 -*** guile-figl +*** guile-opengl *Source* - 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 + guile-opengl is the GNU Guile wrapper for OpenGL. - #+BEGIN_SRC sh - tar -xvf guile-figl.tar.gz - cd guile-figl/ - ./configure --prefix=/usr - make - sudo make install - #+END_SRC - - *Git* + Grab the latest release tarball from http://ftp.gnu.org/gnu/guile-opengl/. #+BEGIN_SRC sh - git clone https://gitorious.org/guile-figl/guile-figl.git - cd guile-figl - autoreconf -vif + tar -xvf guile-opengl-.tar.gz + cd guile-opengl/ ./configure --prefix=/usr make sudo make install #+END_SRC - You will probably encounter a syntax error in the - /low-level-gl.texi/ file. To fix it, you will need to join the - lines 19152 and 19153 together. There are a lot of warnings that - get output, but only one fatal error. The documentation is - auto-generated from the OpenGL docs and it seems that there are - still a few bugs in the generator. - ** Install guile-2d Once the dependencies have been installed, installing guile-2d is -- cgit v1.2.3