# 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 #### 介绍 iSula-libutils为iSula平台提供日志、json解析以及通用的公共方法的工具类的函数库。 #### 安装教程 ``` $ mkdir build $ cd build/ $ cmake ../ $ make -j $ sudo make install ``` LLT测试: ``` $ cd build/tests/ $ ctest ``` #### 使用说明 1. 提供动态库:libisula_libutils.so 2. 提供头文件:日志相关和json解析相关 #### 参与贡献 1. Fork iSula-libutils 2. 新建分支 3. 提交代码 4. 新建 Pull Request