# mkbase **Repository Path**: snowingbear/mkbase ## Basic Information - **Project Name**: mkbase - **Description**: mkbase - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-05-22 - **Last Updated**: 2024-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mkbase #### Description mkbase is a base library, include mutex lock, read write lock, thread and queue. ## Dependencies * c++11 * cmake3.5 * Visual Studio XXX(windows) ## Installation ### Intall Source Code To Linux 1. Make sure you have installed all dependencies. 2. Install: ``` $ cd mkbase $ install.sh ``` When install complete in linux, the executable binary file is placed into `/usr/local/lib ` and the header files is placed into `/usr/local/include` ### Intall Source Code To Windows 1. Make sure you have installed all dependencies. 2. Switch to administrator user 2. Install: ``` $ cd mkbase $ install.bat ``` When install complete in windows, the executable binary file is placed into `C:/Program Files (x86)/mkbase/lib ` and the header files is placed into `C:/Program Files (x86)/mkbase/include` ## version 2.0.0.1: Function development completed ## License mkbase is licensed under [MIT](LICENSE).