- Based on C (2011) language
- Contains
.c
and.h
files - 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.zip
archive if you don't use git system - Add special build scripts for your
makefile
orCmake
and changeInclude path
to../external/llibs/include/