Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
images | ||
|
|
sounds | ||
|
|
src | ||
|
|
.gitignore | ||
|
|
LICENSE | ||
|
|
README | ||
README
To build, go into the src directory and type: make It will generate an executable in the preceding directory called omgwtfadd. To play, type: ./omgwtfadd You will need SDL and GL packages along with GLUT. A list: libGL libSDL libSDL_net libSDL_mixer libSDL_image libglut Just be sure to install the development packages for these libraries. For debian based systems, you can try: sudo apt-get install libgl1-mesa-dev libsdl1.2-dev libsdl-net1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libglut-dev