[DiscordArchive] of course don't i need those tools in order to extract all the maps, etc?
[DiscordArchive] of course don't i need those tools in order to extract all the maps, etc?
Archived author: MaxtorCoder • Posted: 2019-11-23T04:40:01.801000+00:00
Original source
Check it and find out fam.
Archived author: ace428 • Posted: 2019-11-23T04:40:26.717000+00:00
Original source
Combing through it now

Archived author: L2S • Posted: 2019-11-23T04:47:36.155000+00:00
Original source
This is how I compile my server.. I just c/p from this .txt file everytime, maybe it will help 
Compile only Server Core
--
Before you begin, create an empty directory called Build.
Open new terminal in Build folder.
cmake ../ -DCMAKE_INSTALL_PREFIX=/home/xxxxxx/wow-server -DTOOLS=0
make install
Archived author: L2S • Posted: 2019-11-23T04:48:24.662000+00:00
Original source
where xxxxx is your username on Linux
Archived author: L2S • Posted: 2019-11-23T04:49:25.403000+00:00
Original source
and on my second VPS I use "nohup" in terminal and not screen
Archived author: L2S • Posted: 2019-11-23T04:49:36.107000+00:00
Original source
remote ofc
Archived author: ace428 • Posted: 2019-11-23T04:56:49.880000+00:00
Original source
<@349329060133994496> Thanks Hub, yeah it works great with the -DTOOLS=0 flag set. It only really craps out on me if i try to use the -DTOOLS=1 flag to build the tools as well.
Archived author: L2S • Posted: 2019-11-23T04:56:57.680000+00:00
Original source
I'm not sure if you need tools
Archived author: L2S • Posted: 2019-11-23T04:57:10.595000+00:00
Original source
The paths for installation can be done without any other parameters but this :
-DCMAKE_INSTALL_PREFIX=/path/to/where/you/want/core/to/be/installed
It will create the following structure:
<path>/bin/ - binaries will be placed here
<path>/etc/ - config files will be placed here
Archived author: L2S • Posted: 2019-11-23T04:57:40.341000+00:00
Original source
check the bin folder and change them from .dist to normal config