Jump to content

madwolf28

Members
  • Posts

    7
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by madwolf28

  1. Compiling (with an install dir of /opt/mangos-server) Note: If /opt/mangos-server does not exist, create it and chown to the user you compile your code with

    Code: [select]

    mkdir objdir

    cd objdir

    cmake .. -DPREFIX=/opt/mangos-server

    make

    make install

    had the flowing error after this bit of code {cmake .. -DPREFIX=/opt/mangos-server}

    cmake error at cmakelists.txt:64 (message)

    this project requires an out of source build. Remove the file 'CMakeCache.txt found in this directory be for continuing, create a separate build directory and run \

    cmake [options] <srcs>' from there

    configuring incomplete,error occurred!

    im useing mangostwo and unbuntu 12.04 server core.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use