Skip to content

Instantly share code, notes, and snippets.

@JPEGtheDev
Created October 5, 2015 22:36
Show Gist options
  • Save JPEGtheDev/7404ee3d89cb64397317 to your computer and use it in GitHub Desktop.
Save JPEGtheDev/7404ee3d89cb64397317 to your computer and use it in GitHub Desktop.
/usr/bin/g++ -c "./camera.cpp" -O0 -Wall -std=c++11 -o ./Debug/camera.cpp.o -I.
/usr/bin/g++ -c "./main.cpp" -O0 -Wall -std=c++11 -o ./Debug/main.cpp.o -I.
/usr/bin/g++ -o ./Viewer @"Viewer.txt" -L. -std=c++11 -lSDL2 -lGL -lGLU -lm -lGLEW -lpng -lfreeimage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment