Greetings,
Last night i completed compile with 0 errors on Ubuntu, but made huge mistake and deleted authserver and worldserver config files.
Is there any chance to make add new ones?
This is step by step how i compliled:
-
apt-get update && apt-get upgrade
-
apt-get install build-essential autoconf libtool gcc g++ make cmake git-core wget p7zip-full libncurses5-dev zlib1g-dev libbz2-dev
-
apt-get install openssl libssl-dev mysql-server mysql-client libmysqlclient-dev libmysql+±dev libreadline6-dev
-
apt-get install libboost-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-iostreams-dev
-
cd home
-
git clone -b 3.3.5 git://github.com/TrinityCore/TrinityCore.git
7. cd TrinityCore
-
mkdir build
-
cd build
-
cmake …/ -DCMAKE_INSTALL_PREFIX=/home/$USER/server -DTOOLS=0 -DWITH_WARNINGS=1 (Had 0 errors)
-
make
-
make install
-
cd home/TrinityCore
-
git pull origin 3.3.5 (For updates)
Used nano to edit my config files and saved.
Imported databases, maps and etc after with SSH as well with 0 problems as well.
After all of that, i connected trough WinSCP to add / upload some files and somehow i deleted both configs by mistake.
Is there a chance to get new ones via cmake or anything like?
Regards, Knindza.