[DiscordArchive] I have another question, probably a little simple as I probably have over complicated it in my mind.
[DiscordArchive] I have another question, probably a little simple as I probably have over complicated it in my mind.
Archived author: darrensmith016 • Posted: 2022-06-29T10:01:18.994000+00:00
Original source
I have another question, probably a little simple as I probably have over complicated it in my mind. When using modules it states "Re-run cmake and launch a clean build of AzerothCore." Is that a case of running:
$ cmake ../ -DCMAKE_INSTALL_PREFIX=$HOME/azeroth-server/ -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DWITH_WARNINGS=1 -DTOOLS=0 -DSCRIPTS=static -DMODULES=static
$ make -j 4
$ make install
Will I need to redo the authserver and worldserver .conf again? Or will it just rebuild the changes?
Archived author: samantha • Posted: 2022-06-29T10:03:11.513000+00:00
Original source
You won't have to do those two confs again
Archived author: darrensmith016 • Posted: 2022-06-29T10:07:09.892000+00:00
Original source
Will the make part take the same amount of time as is it the first time?
Archived author: Honey • Posted: 2022-06-29T10:17:19.980000+00:00
Original source
It depends on the Impact of the changes. If you change a Header file, which is included in a Lot of scripts, it's gonna Take a good while. If you just Change one Boss script, compiles usually Take seconds.
Archived author: darrensmith016 • Posted: 2022-06-29T10:20:40.398000+00:00
Original source
Nice, I am giving it a try now using the installer tool inside the /apps folder.
Archived author: Zoidwaffle • Posted: 2022-06-29T10:31:41.951000+00:00
Original source
Well, it was fairly simple to make it work in 22.04 actually - but with work-arounds. The way to make it work "properly" would be supporting OpenSSL3, but I have no clue as how to fix that. I could test it out on 22.04 again and add some simple information regarding how I worked around the issues - it was just taking a few packages from 21.10 and installing those manually, so not pretty, but nothing that should break the OS. I considered baking the changes into the Ansible-script I use for administrating my server anyway (before going back to 20.04 again).