This c++ project is path finding library for games base on recast navigation.
git clone https://github.com/SuperCLine/cmake_cline.git
cd cmake_cline
git clone https://github.com/SuperCLine/core.git
git clone https://github.com/SuperCLine/log.git
git submodule update --init --recursive
git clone https://github.com/SuperCLine/pathfinder.git
git submodule update --init --recursive
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
yum -y install mesa*
yum -y install freeglut*
yum -y install *GLEW*
yum -y install SDL2-devel