sudo add-apt-repository universe
sudo apt update
sudo apt-get install git clang cmake make gcc g++ libmysqlclient-dev libbz2-dev libreadline-dev libncurses-dev libboost-all-dev mysql-server p7zip libace-dev
sudo apt install build-essential checkinstall zlib1g-dev -y
./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared zlib
make
make test
sudo make install
Also make sure to set OPENSSL_ROOT_DIR to the location you extracted and build OpenSSL
export OPENSSL_ROOT_DIR=/home/user/dev/OpenSSL
cd to the TrinityCore directory and then:
mkdir build
cd build
cmake ..
make authserver
make worldserver
TrinityCore is a MMORPG Framework based mostly in C++.
It is derived from MaNGOS, the Massive Network Game Object Server, and is based on the code of that project with extensive changes over time to optimize, improve and cleanup the codebase at the same time as improving the in-game mechanics and functionality.