Added by Matt Raykowski, last edited by Kim Malmo on Dec 18, 2007  (view change)

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

Configuring Required Libraries for Compiling On GNU/Linux


 

Debian

Easy installation with the "testing" repositories.

NOTE: "testing" repositories are consider not stable, still in development and untested!

  • With gcc 3.3

apt-get install libxml2 libxml2-dev libfreetype6 libfreetype6-dev libopenal0 libopenal-dev libjpeg62-dev libjpeg62

Ubuntu 7.04 and 7.10

Both Feisty (7.04) and Gutsy (7.10) come with with gcc/g++ 4.1.2.

apt-get install subversion libxml2 libxml2-dev libfreetype6 libfreetype6-dev libopenal0a libopenal-dev libjpeg-dev xorg-dev libalut-dev autoconf automake libtool g++ libgtk2.0-dev

To compile and run NeL3D, you will also need OpenGL, which is provided either by one of the proprietary drivers from ATI/AMD or nVidia (see Ubuntu Binary Driver HOWTO), or get Mesa3D, including the Mesa3D-dev package. For fullscreen support you need to install the development files for the XF86VidMode extension:

apt-get install x11proto-xf86vidmode-dev