Changeset 754cf5a in opengl-game for README.txt


Ignore:
Timestamp:
Jun 30, 2019, 8:10:49 PM (6 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
a8c958b
Parents:
972aca1 (diff), 71876b9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of medievaltech.com:opengl-game

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.txt

    r972aca1 r754cf5a  
    88(Old Linux instructions for compiling game.cpp)
    99-sudo apt-get install cmake xorg-dev  libglew-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
    10 -
    11 --Compile GLFW3 from source
    12 - (cmake . && make && sudo make install)
     10
     11-Compile GLFW3 from source
     12 (cmake . && make && sudo make install)
    1313
    1414Installation Instructions for OSX
     
    4444
    4545Open and run NewOpenGLGame.sln in Visual Studio 2017 and run it.
     46
     47
     48Vulkan Instructions
     49--------------------
     50
     51Linux:
     52
     53Download the Vulkan SDK from ...
     54
     55-Compile GLFW3 from source
     56 (cmake . && make && sudo make install)
     57
     58-sudo apt-get install libxcb1-dev xorg-dev libsdl2-dev libglm-dev
Note: See TracChangeset for help on using the changeset viewer.