官网教程:https://github.com/vmangos/wiki/wiki/Contribution-guide
Microsoft Visual Studio (click here for 2015)
CMake
Git
环境:
ACE
Now go into C:\ACE_wrappers\ace, create a file named Config.h and paste this into it:
include "ace/config-win32.h"
到ace根目录打开ACE_wrappers_vs2019.sln,生成解决方案,
选择release,x64,也可以选择win32,但后期选择要一致
TBB
Now type ACE_ROOT for name and C:\ACE_wrappers\ for value. Do it again but this time type TBB_ROOT and C:\tbb\ instead.
代码下载
https://github.com/vmangos/core.git
CMake
勾选TBB_DEBUG, 依次configure generate open Project。
生成解决方案。