Changeset 4813066 in opengl-game for README.txt
- Timestamp:
- Jun 30, 2017, 1:39:23 AM (8 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 1f63bdb
- Parents:
- fe70cd3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.txt
rfe70cd3 r4813066 1 TODO: Make sure the instructions in this README still work and, if not, update them2 3 1 Installation Instructions for Linux 4 2 --------------------------------------- … … 24 22 --------------------------------------- 25 23 26 Download the precompiled 32bit binaries of GLFW and GLEW. 27 Create /lib and /include folders and add the paths to those folders to the 28 VC++ project. Copy the include/GL and include/GLFW folders into your /include 29 folder and all the files in the include folders of both libraries into your /lib 30 folder. This should be enough to compile and run the project. 24 Download the precompiled 32bit binaries of GLFW, GLEW, and glm (a header-only 25 library). Create lib/ and include/ folders in the root opengl-game directory 26 you cloned. Copy the include/GL/, include/GLFW/, and glm/ folders into your 27 include/ folder and all the files in the lib/ folders of the GLFW and GLEW 28 libraries into your lib/ folder (glm has no lib/ folder). This should be enough 29 to compile and run the project.
Note:
See TracChangeset
for help on using the changeset viewer.