Skip to content

NiiRoZz/RedSquare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published