Changeset d53ef6a in opengl-game
- Timestamp:
- Aug 23, 2019, 4:12:13 AM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- f00ee54
- Parents:
- cbe946d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.txt
rcbe946d rd53ef6a 1 NOTE: NewOpenGLGame uses a 32-bit build, whule VulkanGame uses a 64-bit build.2 Because of this, it's necessary to switch the glfw3 lib files when switching projects.3 TODO: Make NewOpenGLGame work with a 64-bit build4 5 1 Installation Instructions for Linux 6 2 --------------------------------------- … … 37 33 --------------------------------------- 38 34 39 Download the pre=compiled 32bit binaries of GLFW and GLEW. Create lib/ and 40 include/ folders in the root opengl-game directory you cloned. 35 Create lib/ and include/ folders in the root opengl-game directory you cloned. 36 37 Download the pre=compiled 64bit binaries of GLFW and GLEW. 41 38 Copy the include/GL/ and include/GLFW/ folders into your include/ folder. 42 39 43 For GLEW, copy lib/RELEASE/Win 32/glew32s.lib into your lib folder.44 For GLFW, copy lib-vc201 5/glfw3.lib into your lib folder.40 For GLEW, copy lib/RELEASE/Win64/glew32s.lib into your lib folder. 41 For GLFW, copy lib-vc2019/glfw3.lib into your lib folder. 45 42 46 43 Download GLM and copy the glm folder (the one with all the .hpp files) into the include/ folder you made above.
Note:
See TracChangeset
for help on using the changeset viewer.