Changeset db1b548 in opengl-game for docs


Ignore:
Timestamp:
Feb 14, 2021, 8:07:22 PM (4 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
faa7bac
Parents:
6053b24
Message:

Add a makefile recipe for SDLGame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/README.txt

    r6053b24 rdb1b548  
    8989source setup-env.sh into your current shell
    9090
     91Actually, I think now this should work, after following the online instructions for installing Vulkan:
     92sudo apt-get install libglm-dev libsdl2-dev libsdl2-image-dev libsdl2-gfx-dev libsdl2-ttf-dev
     93
    9194make vulkangame && ./vulkangame
     95
     96For the sfml version: (these directions need verification)
     97
     98sudo apt-get install libglm-dev libsfml-dev
     99
     100Currently, the apt-get package doesn't have Vulkan support, so need to install from source as follows:
     101
     102Build the library yourself by following the instructions at https://www.sfml-dev.org/tutorials/2.5/compile-with-cmake.php
     103
     104sudo 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
     106sudo apt-get install cmake-qt-gui
     107
     108Clone the sfml repo
    92109
    93110OSX
Note: See TracChangeset for help on using the changeset viewer.