Giter Site home page Giter Site logo

den13501 / ncx-wod-trinity Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crandalius/ncx-wod-trinity

0.0 0.0 0.0 195.67 MB

WoW - Warlords of Draenor Core based on TrinityCore 6.2.4 (fixed compilation errors)

License: MIT License

CMake 0.04% C 0.36% C# 0.01% Shell 0.01% PHP 0.01% Perl 0.01% GDB 0.01% Batchfile 0.01% C++ 6.23% Assembly 0.04% Objective-C 0.03% TSQL 90.02% PLpgSQL 0.88% SQLPL 2.39% PLSQL 0.01%

ncx-wod-trinity's Introduction

NCX-WOD-Trinity

WoW - Warlords of Draenor Core based on TrinityCore 6.2.4 (fixed compilation errors)

apt-get update
apt-get install git clang cmake make gcc g++ libmariadbclient-dev libssl-dev libbz2-dev libreadline-dev libncurses-dev libboost-all-dev mariadb-server p7zip libmariadb-client-lgpl-dev-compat
update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100
update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang 100

sudo adduser wow
sudo su - wow

git clone https://github.com/nathalis/NCX-WOD-Trinity
mv NCX-WOD-Trinity/ TrinityCore/

#####################################################################################

apt-get remove libssl-dev

nano /etc/apt/sources.list
#add: "deb http://security.ubuntu.com/ubuntu bionic-security main"

apt update
apt install libssl1.0-dev
apt install libboost-all-dev
apt-get install libasio-dev

cd TrinityCore
mkdir build
cd build

cmake ../ -DOPENSSL_ROOT_DIR=/usr/local/ssl -DOPENSSL_LIBRARIES=/usr/local/ssl/lib -DCMAKE_INSTALL_PREFIX=/home/wow/server -DTOOLS=1 -DWITH_WARNINGS=1 -DBOOST_INCLUDEDIR=/usr/include/boost -DBOOST_LIBRARYDIR=/usr/include/boost

make
make install

ncx-wod-trinity's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.