Jump to content
TrinityCore

Instructions for how to properly update on Ubuntu Linux 18.04


Dewm
 Share

Recommended Posts

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/server

make -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

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...