Changeset fc424f6 in opengl-game for README.txt
- Timestamp:
- Mar 30, 2018, 1:20:21 AM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 267c4c5
- Parents:
- b73cb3b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.txt
rb73cb3b rfc424f6 15 15 --------------------------------------- 16 16 17 Install and link glfw and glew using homebrew. This should place all necessary 18 files (or possibly symlinks to them) in /usr/loca/include and /usr/local/lib. 17 brew install glew 18 brew install glfw3 --without-shared-library 19 brew install glm 20 21 This should place all necessary files (or possibly symlinks to them) in 22 /usr/loca/include and /usr/local/lib. 19 23 20 24 Run 'xcode-select --install'
Note:
See TracChangeset
for help on using the changeset viewer.