This c++ project is game develop core library, just like thread, pool, logger etc.
git clone https://github.com/SuperCLine/cmake_cline.git
cd cmake_cline
git clone https://github.com/SuperCLine/core.git
sh Build.sh
using cmake gui and visual studio 2017
wget https://cmake.org/files/v3.15/cmake-3.15.0.tar.gz
tar xzvf cmake-3.15.0.tar.gz
cd cmake-3.15.0
./bootstrap
gmake
make install
cmake --version
hash -r
cmake --version
yum -y install centos-release-scl
yum -y install devtoolset-7-gcc devtoolset-7-gcc-c++ devtoolset-7-binutils
scl enable devtoolset-7 bash