Changeset 17714b8 in opengl-game for README.txt


Ignore:
Timestamp:
Aug 29, 2019, 7:52:09 PM (6 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
850e84c
Parents:
8a40f4b
git-author:
Dmitry Portnoy <dmp1488@…> (08/29/19 04:32:59)
git-committer:
Dmitry Portnoy <dmitry.portnoy@…> (08/29/19 19:52:09)
Message:

Update the README and makefile to correctly setup and build vulkangame with SDL2 on Ubuntu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.txt

    r8a40f4b r17714b8  
    8585Download the vulkan sdk (make sure VULKAN_SDK_PATH in the makefile points to it)
    8686
    87 sudo apt-get install libxcb1-dev xorg-dev libsdl2-dev libglm-dev
     87sudo apt-get install libxcb1-dev xorg-dev libglm-dev libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev
    8888
    8989source setup-env.sh into your current shell
Note: See TracChangeset for help on using the changeset viewer.