The Core of every Ball Chang's project.
- Unified basic datatype definition.
- Debug info output macro.
- Return code definition.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
If you want to use BCore in your platform, these requirements should be satisfied.
C++ Standard: c++11
Build tools: cmake make autoconf automake gcc
$ git clone https://gitlab.com/zhangbolily/BCore.git BCore
$ cd BCore
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install
The tetes will be done automatically after building by default.
For the versions available, see the tags on this repository.
- A better debug macro in the next version.
- Windows build support
- Ball Chang - Build the whole project
This project is licensed under the MIT License - see the LICENSE.md file for details
- GitLab