Skip to content

Files

Latest commit

c24a103 · Mar 21, 2017

History

History
This branch is 486 commits behind gozfree/gear-lib:master.

libconfig

##libconfig This is a simple configure library. Support ini, json

###Backend

  • ini parser
  • json parser, depend on jansson library (>= libjansson2.5.2) $ sudo apt-get install libjasson
  • lua parser, depend on lua library (>= liblua5.2) LutTables++ source code is from https://bitbucket.org/MartinFelis/luatables
    $ sudo apt-get install liblua5.2-dev