Changeset 4d52702 in opengl-game for README.txt
- Timestamp:
- Feb 25, 2017, 9:28:06 PM (8 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- b33f87b
- Parents:
- 15c7ed9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.txt
r15c7ed9 r4d52702 13 13 --------------------------------------- 14 14 15 Install and link glfw and glew using homebrew. This should place all necessary 16 files (or possibly symlinks to them) in /usr/loca/include and /usr/local/lib. 17 15 18 Run 'xcode-select --install' 16 19 This should make g++ check for libraries in /usr/local/ … … 18 21 Installation Instructions for Windows 19 22 --------------------------------------- 23 24 Download the precompiled 32bit binaries of GLFW and GLEW. 25 Create /lib and /include folders and add the paths to those folders to the 26 VC++ project. Copy the include/GL and include/GLFW folders into your /include 27 folder and all the files in the include folders of both libraries into your /lib 28 folder. This should be enough to compile and run the project.
Note:
See TracChangeset
for help on using the changeset viewer.