Sample data collector app for rcpp framework.
Go to file
2021-05-11 16:35:01 +02:00
app App and engine doc pages. App will parse the readme.mds in the app and engine directories, and it displays that. 2021-05-01 23:03:52 +02:00
content/www Rename the chart's label. 2021-05-01 23:11:50 +02:00
.clang-format Initial commit. 2021-05-01 14:08:48 +02:00
.gitignore gitignore database.sqlite. 2021-05-01 23:06:18 +02:00
build.config.example Initial commit. 2021-05-01 14:08:48 +02:00
build.sh Added 3 helper scripts. 2021-05-01 23:07:52 +02:00
HEADS Update the engine to get the sqlite build fix. 2021-05-01 23:36:05 +02:00
LICENSE Initial commit. 2021-05-01 14:08:48 +02:00
main.cpp Update the engine and re-enable sqlite database creation. 2021-05-01 21:54:34 +02:00
migrate.sh Added 3 helper scripts. 2021-05-01 23:07:52 +02:00
publish_data.sh One more helper script. 2021-05-01 23:09:27 +02:00
publish_random_data.py Random data publisher script. 2021-05-01 22:48:40 +02:00
Readme.md Initial commit. 2021-05-01 14:08:48 +02:00
run.sh Added 3 helper scripts. 2021-05-01 23:07:52 +02:00
SConstruct Renamed the engine repository on github. 2021-05-11 16:35:01 +02:00

rcpp_cms_project

Sample project for rcpp cms.

clone this repo, then call scons, it will clone rcpp cms into a new engine directory, then you can build using build words, like: scons bl.

Proper explanation for the time being: https://github.com/Relintai/broken_seals (Compiling section). (I'm using the same script.)