Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 584 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 584 Bytes

gst

Personal template module for Gunslinger projects using static lib build This project is a simple module to be loaded to initialize any new GS project.

You can execute the following commands to create a new project:

mkdir [project_name]
cd [project_name]
git init
git submodule add [email protected]:S-Traut/gst.git
gst/init.sh
gst/build_prj.sh

And you are ready to go!!

informations

This template is mainly supposed to be used with a linux configuration, if you want a more versatile template use the official one https://github.com/MrFrenik/gs_project_template