Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 551 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 551 Bytes

RedSquare

Quick Start Debian

Install correct GF version

$ git clone https://github.com/GamedevFramework/gf.git
$ cd gf/
$ git submodule update --init --recursive
$ git checkout 6bef0afd729f558ca0c7eeeb703c072ef43684cb
$ git reset --hard
$ mkdir build && cd build/
$ cmake ../
$ make -j5
$ sudo make install

Install RedSquare

$ git clone https://github.com/NiiRoZz/RedSquare.git
$ cd RedSquare/
$ git submodule update --init --recursive
$ mkdir build && cd build/
$ cmake ../
$ make -j5
$ sudo make install