librg-bootstrap.c
v2.0.1
Published
librg cmake-powered ready-to-use example project
Downloads
4
Readme
librg-bootstrap
This is a ready-to-use bootstrap project to give a quickstart to librg freshmen.
Setup
Automatic (highly recommended)
- Clone the repository and execute
npm install
in the repo dir. - Create build directory and execute
cmake <flags> ../
inside. - The rest is up to you. ;)
Manual
- Clone this repository.
- Clone all dependencies into a subdirectory (let's say, "vendors").
- Edit
CMakeLists.txt
(or pass cmake flags equivalently) and editLIBRG_VENDOR_FOLDER
andLIBRG_POSTFIX
to match your vendors's folder structure. - Create build directory and execute
cmake <flags> ../
inside. - Once again, the rest is up to you. ;)
License
This repository is dual-licensed to either the public domain or under the following: you are granted a perpetual, irrevocable license to copy, modify,
publish, and distribute this repository as you see fit. NO WARRANTY IS IMPLIED, USE AT YOUR OWN RISK!