Changeset 78c3045 in opengl-game
- Timestamp:
- Dec 5, 2020, 1:17:28 AM (4 years ago)
- Branches:
- feature/imgui-sdl, master
- Children:
- e66fd66
- Parents:
- c205c3a
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/README.txt
rc205c3a r78c3045 2 2 --------------------------------------- 3 3 4 sudo apt-get install xorg-dev libglew-dev libglm-dev 4 sudo apt-get install xorg-dev libglew-dev libglm-dev libglfw3-dev 5 5 6 make newgame && ./newgame6 make openglref && ./openglref 7 7 8 8 (Old Linux instructions for compiling game.cpp) -
makefile
rc205c3a r78c3045 14 14 endif 15 15 ifeq ($(OS),Linux) 16 DEP = -lglfw 3-lGLEW -lGL -ldl -lX11 -lXrandr -lXxf86vm -lXinerama -lXcursor -pthread16 DEP = -lglfw -lGLEW -lGL -ldl -lX11 -lXrandr -lXxf86vm -lXinerama -lXcursor -pthread 17 17 endif 18 18
Note:
See TracChangeset
for help on using the changeset viewer.