ike3 / mangosbot

This is a modification of MaNGOS (Zero, One, R2, Trinity) server which brings a number of bots online and available for any player. Also allows you to use your account/guild characters as bots.
http://ike3.github.io/mangosbot-docs/
GNU General Public License v2.0
182 stars 77 forks source link

Error when running CMake #102

Closed gloatoriginal closed 11 months ago

gloatoriginal commented 1 year ago

Attempting to install mangosbot using the instructions on the trinitycore installation guide I receive the following error:

CMake Error at src/modules/CMakeLists.txt:23 (add_subdirectory):
  The source directory

    /home/wow-server/mangosbot/src/modules/Bots

  does not contain a CMakeLists.txt file.

CMake Error at src/modules/CMakeLists.txt:28 (add_subdirectory):
  The source directory

    /home/wow-server/mangosbot/src/modules/Immersive

  does not contain a CMakeLists.txt file.

CMake Error at src/CMakeLists.txt:35 (add_subdirectory):
  The source directory

    /home/wow-server/mangosbot/src/test

  does not contain a CMakeLists.txt file.

-- Configuring incomplete, errors occurred!

Is there any reason why this might be? In both modules/Bots & modules/Immersive there are no files by default.

gloatoriginal commented 1 year ago

It seems I've alleviated this by cloning the different repos that are the src/test, src/modules/Bots, and src/modules/Immersive Am I missing a step in all this? I cloned the base repo than began trinitycore installation steps, this is on debian11 with all requirements installed.