Changeset fe70cd3 in opengl-game for README.txt
- Timestamp:
- Jun 28, 2017, 3:12:16 AM (8 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 4813066, 669c4e6
- Parents:
- 92bc4fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.txt
r92bc4fe rfe70cd3 4 4 --------------------------------------- 5 5 6 -Compile GLEW from source 7 (download and follow the instructions in README.md) 6 sudo apt-get install xorg-dev libglew-dev libglm-dev 8 7 9 sudo apt-get install cmake xorg-dev libglew-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev 10 11 -Compile GLFW3 from source 12 (cmake . && make && sudo make install) 8 (Old Linux instructions for compuling game.cpp) 9 -sudo apt-get install cmake xorg-dev libglew-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev 10 - 11 --Compile GLFW3 from source 12 - (cmake . && make && sudo make install) 13 13 14 14 Installation Instructions for OSX
Note:
See TracChangeset
for help on using the changeset viewer.