# iSula-libutils **Repository Path**: Grooooot/iSula-libutils ## Basic Information - **Project Name**: iSula-libutils - **Description**: Common c library with json parser and log tools, use by iSula - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-05-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iSula-libutils #### Description iSula-libutils provides log, json and common utils for iSula. #### Installation ``` $ mkdir build $ cd build/ $ cmake ../ $ make -j $ sudo make install ``` LLT测试: ``` $ cd build/tests/ $ ctest ``` #### Instructions 1. provide library: libisula_libutils.so 2. provide header files: related to log and json #### Contribution 1. Fork iSula-libutils 2. Create branch 3. Commit your code 4. Create Pull Request