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:
1. apt-get update && apt-get upgrade
2. apt-get install build-essential autoconf libtool gcc g++ make cmake git-core wget p7zip-full libncurses5-dev zlib1g-dev libbz2-dev
3. apt-get install openssl libssl-dev mysql-server mysql-client libmysqlclient-dev libmysql++-dev libreadline6-dev
4. apt-get install libboost-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-iostreams-dev
5. cd home
6. git clone -b 3.3.5 git://github.com/TrinityCore/TrinityCore.git
7. cd TrinityCore
8. mkdir build
9. cd build
10. cmake ../ -DCMAKE_INSTALL_PREFIX=/home/$USER/server -DTOOLS=0 -DWITH_WARNINGS=1 (Had 0 errors)
11. make
12. make install
13. cd home/TrinityCore
14. 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.