Changeset c9af90a in opengl-game
- Timestamp:
- Jun 15, 2018, 1:26:02 AM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- c3c3158
- Parents:
- 8d5e67b (diff), 885f0bb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.txt
r8d5e67b rc9af90a 4 4 sudo apt-get install xorg-dev libglew-dev libglm-dev 5 5 6 make game6 make newgame && ./newgame 7 7 8 (Old Linux instructions for comp uling game.cpp)8 (Old Linux instructions for compiling game.cpp) 9 9 -sudo apt-get install cmake xorg-dev libglew-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev 10 10 - … … 25 25 This should make g++ check for libraries in /usr/local/ 26 26 27 make newgame && ./newgame 28 27 29 Installation Instructions for Windows 28 30 ---------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.