No description
Find a file
2023-06-25 14:45:07 -06:00
.github Added issue template 2022-05-09 13:02:54 +04:00
cmake Revert "Server/Database: Drop Support for older MySQL libs then 8.0" 2022-05-22 17:40:05 +03:00
contrib Init 2021-12-28 12:17:51 +03:00
dep Core/Requeriments: Updated Core to be compiled in Visual studio 2019, the ACE has been updated to 7.0. 2022-01-15 13:24:40 -04:00
doc Init 2021-12-28 12:17:51 +03:00
sql Update [0013]_world_teldrassil.sql 2023-06-25 14:45:07 -06:00
src Update... 2023-06-01 23:15:09 +09:00
.gitignore fix 2023-02-18 02:21:14 +01:00
.hgeol Init 2021-12-28 12:17:51 +03:00
.hgignore Init 2021-12-28 12:17:51 +03:00
.travis.yml Init 2021-12-28 12:17:51 +03:00
CMakeLists.txt Visual edits 2022-02-05 20:53:53 +03:00
CMakeSettings.json Core/Requeriments: Updated Core to be compiled in Visual studio 2019, the ACE has been updated to 7.0. 2022-01-15 13:24:40 -04:00
COPYING.md Init 2021-12-28 12:17:51 +03:00
PreLoad.cmake Init 2021-12-28 12:17:51 +03:00
README.md added info about compile tools 2023-02-10 11:17:06 +01:00
revision.h.in.cmake Init 2021-12-28 12:17:51 +03:00
THANKS.md Header information 2022-02-26 11:33:38 +03:00

Mists of Pandaria 5.4.8 Build 18414

Discord link: https://discord.gg/y3zspxan7k

Client exe files" https://mega.nz/file/xUJDkIDA#I3TMdPymMw8ISNwIUgSaXLl5oHJHYFxAKyPNMXUQjgY

Compiled exe files: https://mega.nz/file/0dxU1b4I#axVg6aXsNfgQeKcglV_RLHOPV4gXB_kpd2uSP1_OTOw

Geodata (RU dbc): https://mega.nz/file/EAZUmZiD#PxdHN7jcEKCA8qaIBTIWLWLGZcT5PdsKfIgkygTZgTs

Pandaria 5.4.8 docker (Thanks diff3): https://github.com/diff3/pandaria_5.4.8_docker

Requirements

  • Platform: Linux, Windows or Mac
  • Processor with SSE2 support
  • ACE = 7.0.0 (included for Windows)
  • MySQL = 5.7
  • CMake ≥ 3.14 (latest stable recommended)
  • OpenSSL = 1.x.x
  • Boost ≥ 1.70 (latest stable recommended)
  • Windows SDK version 10
  • MS Visual Studio (Community) ≥ 16.4 (2019) (Desktop) (Not previews)
  • Linux

  • GCC ≥ 9 (Linux only)
  • Clang ≥ 11 (Linux only)
  • Build :

  •   $ git clone https://github.com/alexkulya/pandaria_5.4.8.git
      $ cd pandaria_5.4.8 mkdir build && cd build
    
  • command cmake (replace XX by your clang version) :
  • $ cmake ../ -DCMAKE_INSTALL_PREFIX=$HOME/yourUser/folder -DCMAKE_C_COMPILER=/usr/bin/clang-XX -DCMAKE_CXX_COMPILER=/usr/bin/clang++-XX -DSCRIPTS=static
    
    $ make -j $(nproc)
    $ make install
    (if permission denied, use sudo make install)
    
  • if you want to build the tools to extracting data from MoP client, you need to add a compiler flag to cmake.

    cmake ../ -DCMAKE_INSTALL_PREFIX=$HOME/yourUser/folder -DCMAKE_C_COMPILER=/usr/bin/clang-XX -DCMAKE_CXX_COMPILER=/usr/bin/clang++-XX -DCMAKE_CXX_FLAGS=-pthread -DSCRIPTS=static
    

Enjoy

License: GPL 2.0

Read file COPYING

Authors & Contributors

Read file THANKS