- Timestamp:
- Feb 14, 2021, 8:07:22 PM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- faa7bac
- Parents:
- 6053b24
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/README.txt
r6053b24 rdb1b548 89 89 source setup-env.sh into your current shell 90 90 91 Actually, I think now this should work, after following the online instructions for installing Vulkan: 92 sudo apt-get install libglm-dev libsdl2-dev libsdl2-image-dev libsdl2-gfx-dev libsdl2-ttf-dev 93 91 94 make vulkangame && ./vulkangame 95 96 For the sfml version: (these directions need verification) 97 98 sudo apt-get install libglm-dev libsfml-dev 99 100 Currently, the apt-get package doesn't have Vulkan support, so need to install from source as follows: 101 102 Build the library yourself by following the instructions at https://www.sfml-dev.org/tutorials/2.5/compile-with-cmake.php 103 104 sudo apt-get install libfreetype-dev libx11-dev libxrandr-dev libudev-dev libopengl-dev libflac-dev libogg-dev libvorbis-dev libopenal-dev libpthread-stubs0-dev 105 106 sudo apt-get install cmake-qt-gui 107 108 Clone the sfml repo 92 109 93 110 OSX
Note:
See TracChangeset
for help on using the changeset viewer.