Mac build at the pit AzerothCore encounter

A, git clone problem encountered when

1, git code certificate issue.

Reference documents: https://blog.csdn.net/lqlqlq007/article/details/78983879

2, git local configuration (Git file size limit, git speed limit)

git config --global --add core.compression -1

git config --global http.postBuffer 524288000

git config --global http.lowSpeedLimit 0

git config --global http.lowSpeedTime 999999

3, git clone a slow solution

Domestic use git, such as cloud code. After importing the original git project, modify the local address to the original git git

Reference documents: https://www.jianshu.com/p/d437a5674625

Second, the problems encountered when cmake

1、ACE_INCLUDE_DIR-NOTFOUND

CMake Error in src/common/CMakeLists.txt:

  Target "game-interface" contains relative path in its

  INTERFACE_INCLUDE_DIRECTORIES:

 

    "ACE_INCLUDE_DIR-NOTFOUND"

 

Solution: 1, sudo apt-get update 2,sudo apt-get install libace-6.* libace-dev

2, mounting apt-get command (linux command)

Reference documents: https://www.jianshu.com/p/7330d3b6d561

3, mysql database installation 

Order

 

 

Guess you like

Origin www.cnblogs.com/needly/p/11995732.html