cvs commit: hugs98/src/unix convert_libraries

Sven Panne Sven.Panne@informatik.uni-muenchen.de
Thu, 24 Jul 2003 17:18:43 +0200


FYI: The recent commits made it finally possible to build Hugs with
HOpenGL support. Simply use

    make LIBRARIESDIRS="base haskell98 haskell-src network unix OpenGL GLUT" rpm

to get a Hugs RPM with OpenGL/GLUT packages. (SuSE-Linux users have
to add "RPMBUILD=rpm" to the commandline above.) I have tested this
on x86-Linux (SuSE 8.2) and I'd like to get some feedback for other
platforms. The demos/GLUT subdirectory contains some simple examples.
Any brave souls out there?   :-)

Cheers,
    S.