summaryrefslogtreecommitdiff
path: root/INSTALL.org
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-03-23 11:46:24 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-03-23 11:46:24 -0400
commit864c44a02357ceb89261b0e5330c01323ae20e26 (patch)
tree3f7e40600770af96e35cdca2e88ed4cb150ac5a3 /INSTALL.org
parent718cc7c73318b09d595ddc2072b74062430ae896 (diff)
Replace figl with the new guile-opengl official release.
Diffstat (limited to 'INSTALL.org')
-rw-r--r--INSTALL.org28
1 files changed, 5 insertions, 23 deletions
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-<version>.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