View Single Post
  #10  
Old 04-30-2019, 12:49 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

Couple things I should mention about the source code, before you compile it. The folder named "dependencies" inside the main source code folder, should have all the dependencies put in it. (boost, etc.)

Also, before you compile if you want it to compile either the local login server or compile with bots enabled, you would have to go into the cmakelists.txt file (in main source code folder) and scroll down to find these lines. By default, they are set to "OFF". You will need to change either one to "ON" if you need them.

OPTION(EQEMU_BUILD_LOGIN "Build the login server." OFF)

OPTION(EQEMU_ENABLE_BOTS "Enable Bots" OFF)

EDIT - Sorry, I just had a brain fart, lol. We got talking about MySQL, but to clarify, that mysql_x64 zip file is a dependency that you need. (in your source/dependencies folder).
Reply With Quote