Skip to content

World of Warcraft - Cataclysm 4.3.4 (15595) emulator.

License

Notifications You must be signed in to change notification settings

evilvampire16/TrinityCore434

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo TwilightCore

Requirements Windows

Requirements Ubuntu 18.04

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

OpenSSL 1.0.2d :

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

Introduction

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.

Links

About

World of Warcraft - Cataclysm 4.3.4 (15595) emulator.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 70.2%
  • C 17.6%
  • TSQL 10.6%
  • Assembly 0.8%
  • Objective-C 0.5%
  • CMake 0.2%
  • Other 0.1%