Changeset fc424f6 in opengl-game
- Timestamp:
- Mar 30, 2018, 1:20:21 AM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 267c4c5
- Parents:
- b73cb3b
- Files:
-
- 2 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' -
makefile
rb73cb3b rfc424f6 10 10 endif 11 11 12 # If I were generating .o files as well, I should use $? instead of $^12 # If I were generating .o files as well, I should use $? instead of $^ 13 13 # as this well prevent regenerating .o files for unchanged .cpp files 14 14
Note:
See TracChangeset
for help on using the changeset viewer.