Changes in README.txt [71876b9:e6bc0f4] in opengl-game
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.txt
r71876b9 re6bc0f4 8 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 11 - Compile GLFW3 from source12 (cmake . && make && sudo make install)10 - 11 --Compile GLFW3 from source 12 - (cmake . && make && sudo make install) 13 13 14 14 Installation Instructions for OSX … … 44 44 45 45 Open and run NewOpenGLGame.sln in Visual Studio 2017 and run it. 46 47 48 Vulkan Instructions49 --------------------50 51 Linux:52 53 Download the Vulkan SDK from ...54 55 -Compile GLFW3 from source56 (cmake . && make && sudo make install)57 58 -sudo apt-get install libxcb1-dev xorg-dev libsdl2-dev libglm-dev
Note:
See TracChangeset
for help on using the changeset viewer.