Dewm Posted September 17, 2019 Report Share Posted September 17, 2019 Every week or two I shut down my server and try to update it to the latest build. This is what I do. cd /home/trinity/TrinityCore git pull origin 3.3.5 cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/home/trinity/servermake -j $(nproc) install These are the assumed update instructions given by the Linux Core Installation manual. But every time I do it, it fails to compile. Can someone provide the correct method that I should use to update the server? Link to comment Share on other sites More sharing options...
Aokromes Posted September 17, 2019 Report Share Posted September 17, 2019 you only need full rebuild if: some critical files changed. you updated OS and pch needs to be removed. Link to comment Share on other sites More sharing options...
Dewm Posted September 19, 2019 Author Report Share Posted September 19, 2019 I agree. I'm sorry, was my question unclear @Aokromes? Link to comment Share on other sites More sharing options...
Dewm Posted September 26, 2019 Author Report Share Posted September 26, 2019 Is there seriously zero advice on this question? I will just keep rebuilding the server every time I guess. Link to comment Share on other sites More sharing options...
skipperheartbeat Posted September 26, 2019 Report Share Posted September 26, 2019 With the exception of me using make -j 2, I ran the same steps on Saturday on the same OS and it completed fine. I was several weeks out of date. Link to comment Share on other sites More sharing options...
Recommended Posts