Game inspired in the classic Atari game Space Invaders
- GCC
- libGL
In Ubuntu/Debian, just run:
sudo apt-get install freeglut3-dev
gcc src/main.c -lGL -lGLU -lglut -lm -o si
./si
- If your get a
cannot find lGL
error, try to locate the libGL.so file and check if its path is included in the LD_LIBRARY_PATH.