Package Exports
- librg-bootstrap.c
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (librg-bootstrap.c) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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!