- Based on C (2011) language
- Contains
.cand.hfiles - Can use Lingua framework as submodule
- Recommended steps to add a framework to a project
- At first, make sure that you already have
Node JS - Create
external/folder in main directory - Add Llibs as submodule with command:
git submodule add "https://github.com/robotsvision/llibs"or just download it as.ziparchive if you don't use git system - Add special build scripts for your
makefileorCmakeand changeInclude pathto../external/llibs/include/
