next up previous
Next: About this document ... Up: GLroboop - Installation Guide Previous: MS Windows

Subsections

Linux

Under Linux, you need the following subdirectories to be located in same the directory:

RPM based systems

Under Fedora Core, SUSE and other RPM based systems, you can install wxWidgets using yum (pirut or other equivalent install systems). For example, under Fedora Core, use the following:

yum install wxGTK-devel

Debian

Under Debian, the package wxwidgets2.6-dev and its dependencies are needed to compile GLroboop.

Gentoo

Install the package wxGTK.

Other distribution

Please check if a pre-build package is available.

Install from source

If your distribution does not have a pre-build package, you can install from source. First, download the wxWidgets sources (for example the sources of wxWidgets for GTK+). Extract the sources from the archive and enter the following commands for the GTK+ version (for shared libraries):

./configure --with-gtk --with-opengl --enable-unicode
make
su <type root password>
make install
ldconfig
exit
Be sure that your LD_LIBRARY_PATH or equivalent variable (/etc/ld.so.conf under some Linux distribution) contains the path to the wxWidgets libraries that have just been installed (/usr/local/lib by default).

To obtain static libraries, replace the first command by

./configure --with-gtk --with-opengl --disable-shared --enable-unicode
and omit the command
ldconfig

Compiling GLroboop

In the ROBOOP directory, enter the following command:

make -f makefile.gcc
Then, in the GLroboop directory, enter the following command:
make -f makefile.gcc
Now, you can run the program:
./GLroboop


next up previous
Next: About this document ... Up: GLroboop - Installation Guide Previous: MS Windows
Richard Gourdeau 2007-04-05