Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

Info
titleHint

(Master only) If you plan to run compile and run TrinityCore on a Linux machine and the World of Warcraft client on a separate Windows PC, you will also need to compile it on the Window PC, so that you have a Windows "connection_patcher.exe" binary, which needs to be run on the machine where the client will run, you also can download pre-compiled patcher from https://ci.appveyor.com/project/DDuarte/trinitycore/branch/master (you can also get tools, but they are compiled on debug mode and they are really slow to extract maps)


Debian based distributions (heavy recommended debian stable, it's the distribution we use to set minimum requirements)

...

Bloque de código
languagebash
dnf install https://dev.mysql.com/get/mysql80mysql57-community-release-fc27-1.noarch.rpm
dnf install git clang cmake make gcc gcc-c++ community-mysql-devel compat-openssl10-devel bzip2-devel readline-devel ncurses-devel boost-devel community-mysql-server p7zip
rm -f /usr/bin/c++
update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100
update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang 100

...