0 Star 0 Fork 48

该昵称已被注册 / NoahGameFrame

forked from kytooooo / NoahGameFrame 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install4cmake.sh 907 Bytes
一键复制 编辑 原始数据 按行查看 历史
# make sure cmake is installed
cmake --version
if [ $? -ne 0 ]; then
echo "[ERROR] Please install cmake first."
echo "[ubuntu] apt-get install cmake or [centos] yum install cmake or [mac] brew install cmake"
exit 1
fi
#compile dep libraries
cd ./Dependencies
chmod -R 755 build_dep.sh
./build_dep.sh
cd ../
cd BuildScript/linux/
chmod -R 755 ./BuildNF.CMake.Tools.sh
chmod -R 755 ./BuildNF.Tools.Linux.Debug.sh
./BuildNF.CMake.Tools.sh
./BuildNF.Tools.Linux.Debug.sh
cd ../../
cd _Out/NFDataCfg/Tool/
chmod 755 ./NFFileProcess
chmod 755 ./copy_files.sh
./copy_files.sh
cd ..
cd ..
cd ..
cd BuildScript/linux/
chmod -R 755 ./BuildNF.CMake.Debug.sh
chmod -R 755 ./BuildNF.CMake.Release.sh
./BuildNF.CMake.Debug.sh
./BuildNF.CMake.Release.sh
cd ../../
cd _Out/
chmod 777 *.sh
cd Tester/
chmod 777 *.sh
cd ../../
# generate makefile
#chmod -R 755 Build4Makefile.sh
#./Build4Makefile.sh
#pwd
C++
1
https://gitee.com/madsu/NoahGameFrame.git
git@gitee.com:madsu/NoahGameFrame.git
madsu
NoahGameFrame
NoahGameFrame
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891