| version 1.9, 2001/02/16 09:29:04 |
version 1.11, 2001/02/20 13:26:37 |
| |
| The NeL library need the following libraries : | The NeL library need the following libraries : |
| | |
| - STLPort 4.0 <URL:http://www.stlport.org/> | - STLPort 4.0 <URL:http://www.stlport.org/> |
| - FreeType 2 <URL:http://www.freetype.org/> | - FreeType 2 <URL:http://freetype.sourceforge.net/> |
| - Python 1.5 <URL:http://www.python.org/> | - Python 1.5 <URL:http://www.python.org/> |
| | |
| On a GNU/Linux platform you will need the following libraries and | On a GNU/Linux platform you will need the following libraries and |
| |
| - Yacc / Bison <URL:http://www.gnu.org/software/bison/bison.html> | - Yacc / Bison <URL:http://www.gnu.org/software/bison/bison.html> |
| - Mesa 3.3 <URL:http://www.mesa3d.org/> | - Mesa 3.3 <URL:http://www.mesa3d.org/> |
| | |
| Some of the GNU/Linux distributions uses a "custom" version of Mesa which | On some OpenGL implementations, you migth have some troubles, coming from |
| include the last SGI's version of the glext.h file, which is good :-). | the <GL/glext.h> file, to get NeL to compile. This file could be missing |
| The other GNU/Linux distributions use a strict distribution of Mesa, | or not up to date. You will find the latest version of this file on SGI's |
| which migth use an older version of that file. So if you encounter | website : |
| some problems during the NeL compilation concerning the GL_GLEXT_VERSION, | |
| you should download the last version of the glext.h on SGI's website : | - glext.h <URL:http://oss.sgi.com/projects/ogl-sample/ABI/glext.h> |
| <URL:http://oss.sgi.com/projects/ogl-sample/ABI/glext.h>. | |
| | |
| Most of our documentation is done using Doxygen, so you might need it | Most of our documentation is done using Doxygen, so you might need it |
| to read our prose and our code documentation. If you want have nice | to read our prose and our code documentation. If you want have nice |