https://travis-ci.org/DaBosses/Glex2
- GNU Autotools
- OpenGL 3.0
- C++11 compiler (tested with GCC 4.8.3+)
- Boost
- GLEW
- SDL2
- GLM
- Python Development Tools
On Fedora 22 or later you can install these using a single command (as root):
$ yum install boost-* glew-devel SDL2_* glm-devel python-devel
After cloning the source code or extracting a distributed archive, change to the directory where the source code is:
$ autoreconf -i
$ ./configure
Alternatively, if you'd like to build the project in debug mode use:
$ make CXXFLAGS=-DDEBUG
The build process should create a binary that can be executed as follows:
$ ./build
See
$ ./build --help
for usage instructions.