Changeset ab65f84 in opengl-game for README.txt


Ignore:
Timestamp:
Jul 2, 2019, 5:16:02 PM (6 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
b6127d2
Parents:
826df16
Message:

Get the vulkangame makefile target working in both Linux and OSX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.txt

    r826df16 rab65f84  
    4646
    4747
    48 Vulkan Instructions
     48--------------------
     49VULKAN INSTRUCTIOS
    4950--------------------
    5051
     52Windows
     53--------
     54
     55???
     56
    5157Linux:
     58--------
    5259
    53 Download the Vulkan SDK from ...
     60sudo apt-get install libxcb1-dev xorg-dev libsdl2-dev libglm-dev
    5461
    55 -Compile GLFW3 from source
    56  (cmake . && make && sudo make install)
     62Download the vulkan sdk (make sure VULKAN_SDK_PATH in the makefile points to it)
    5763
    58 -sudo apt-get install libxcb1-dev xorg-dev libsdl2-dev libglm-dev
     64make vulkcangame && ./vulkangame
    5965
    6066OSX
     67--------
    6168
    62 Download the vulkan sdk
     69brew install sdl2 (might need 'brew install sdl2 --HEAD')
    6370
    64 Theoretically, installing sdl using "brew install sdl2 --HEAD" should give me the one with VUlkan support
     71Download the vulkan sdk (make sure VULKAN_SDK_PATH in the makefile points to it)
     72
     73make vulkcangame && ./vulkangame
Note: See TracChangeset for help on using the changeset viewer.