Changeset d53ef6a in opengl-game


Ignore:
Timestamp:
Aug 23, 2019, 4:12:13 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
f00ee54
Parents:
cbe946d
Message:

Update the README to include instructions for building a 64-bit version of NewOpenGLGame

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 build
    4 
    51Installation Instructions for Linux
    62---------------------------------------
     
    3733---------------------------------------
    3834
    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.
     35Create lib/ and include/ folders in the root opengl-game directory you cloned.
     36
     37Download the pre=compiled 64bit binaries of GLFW and GLEW.
    4138Copy the include/GL/ and include/GLFW/ folders into your include/ folder.
    4239
    43 For GLEW, copy lib/RELEASE/Win32/glew32s.lib into your lib folder.
    44 For GLFW, copy lib-vc2015/glfw3.lib into your lib folder.
     40For GLEW, copy lib/RELEASE/Win64/glew32s.lib into your lib folder.
     41For GLFW, copy lib-vc2019/glfw3.lib into your lib folder.
    4542
    4643Download 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.