View Single Post
  #5  
Old 06-16-2019, 12:21 AM
Stubbay
Sarnak
 
Join Date: Sep 2012
Posts: 51
Default

Quote:
Originally Posted by phantomghost View Post

Now download Cmake:
https://cmake.org/

Once installed, run CMake. In
"Where is the source code", navigate to your Server Folder... for example
C:\PEQ\Source\Server

"Where to build the binaries", Do the exact same thing but add /Build
C:/PEQ/Source/Server/Build

Now at the bottom left, Press Configure. Assuming no issues it should show all of the options to Generate.

Pretty much everything by default is checked, you will likely want to Check EQEMU_BUILD_LOGIN and if you want bots EQEMU_ENABLE_BOTS

Press Generate. This should
I am continually getting this error:

HTML Code:
CMake Error at C:/Program Files/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  C:/Program Files/CMake/share/cmake-3.15/Modules/FindZLIB.cmake:115 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:293 (FIND_PACKAGE)
I'm gonna see if I can find a solution, or those files, it says it is missing, but i thought I should report this, to see if you recognized it.
Reply With Quote