Jump to content

Stu Art

Members
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Wiki Article Comments posted by Stu Art

  1. Thanks for the guide got stuck at:

    The error was that I did not have the CMAKE_CXX_COMPILER

    Quote
    
    cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/bin/mangos
    

    Solution:

    sudo apt-get update
    sudo apt-get install build-essential

    The error was that I did not have the MYSQL dev libs and headers, in case anyone else has this issue on a headless Debian 9

    Quote

    cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/bin/mangos

    Solution:

    sudo apt-get install default-libmysqlclient-dev

     

×
×
  • 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