27 Star 72 Fork 48

kytooooo / NoahGameFrame

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
墙内下载依赖库.bat 741 Bytes
一键复制 编辑 原始数据 按行查看 历史
git submodule update --init --recursive
cd Dependencies
rm -rf vcpkg
git clone https://gitee.com/kytoo/vcpkg.git
cd vcpkg
7z.exe x installed\x64-windows-static\debug\lib\libprotobufd.zip -oinstalled\x64-windows-static\debug\lib\
7z.exe x installed\x64-windows-static\lib\libprotobuf.rar -oinstalled\x64-windows-static\lib\
cd ..
xcopy vcpkg\installed\x64-windows-static\lib lib\Release\ /s /e /Y
xcopy vcpkg\installed\x64-windows-static\bin ..\_Out\Release\ /s /e /Y
xcopy vcpkg\installed\x64-windows-static\debug\lib lib\Debug\ /s /e /Y
xcopy vcpkg\installed\x64-windows-static\debug\bin ..\_Out\Debug\ /s /e /Y
xcopy vcpkg\installed\x64-windows-static\tools\protobuf\protoc.exe ..\NFComm\NFMessageDefine\ /s /e /Y
cd..
C++
1
https://gitee.com/kytoo/NoahGameFrame.git
git@gitee.com:kytoo/NoahGameFrame.git
kytoo
NoahGameFrame
NoahGameFrame
master

搜索帮助