Jump to content
TrinityCore

Zze

Members
  • Posts

    238
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Zze

  1. Hi,

    i have a Linux Debian 4.0 Plesk 8.4 64 Bit vServer machine...

    cmake was successful.

    This cmake Code i have use:

    cmake ../TrinityCore -DPREFIX=/home/TrinityCore/build

    in the build directory.

    lol,

    You should have made a build directory outside of the source.

    Like this:

    ~/TrinityCore - source

    ~/build - build directory

    ~/server - server directory (Note: this is made during make)


    cd ~/build
    cmake ../TrinityCore/ DPREFIX=/home/<username>/server
    make -j 4
    sudo make install

×
×
  • Create New...