Under Linux, you need the following subdirectories to be located in same the directory:
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
Under Debian, the package wxwidgets2.6-dev and its dependencies are needed to compile GLroboop.
Install the package wxGTK.
Please check if a pre-build package is available.
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 exitBe 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-unicodeand omit the command
ldconfig
In the ROBOOP directory, enter the following command:
make -f makefile.gccThen, in the GLroboop directory, enter the following command:
make -f makefile.gccNow, you can run the program:
./GLroboop