From 4ba983965dd37c78cb77b0a41b33899386a0fb09 Mon Sep 17 00:00:00 2001 From: JJ Date: Sat, 21 Dec 2013 16:52:54 -0800 Subject: [PATCH] Updated PEQ Setup using XAMPP (markdown) --- PEQ-Setup-using-XAMPP.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PEQ-Setup-using-XAMPP.md b/PEQ-Setup-using-XAMPP.md index 07267d9..2472685 100644 --- a/PEQ-Setup-using-XAMPP.md +++ b/PEQ-Setup-using-XAMPP.md @@ -44,9 +44,8 @@ Found Perl: C:/xampp/perl/bin/perl.exe (found version "5.12.3") Found PerlLibs: C:/xampp/perl/lib/CORE/perl512.lib (found version "5.12.3") Configuring done ``` -> **Note:** If it identifies your MySQL dependencies in \xampp\mysql folder, you will need to manually change the location. To do this, select the Advanced checkbox to expand the configuration options in CMake. Scroll to the bottom and find the 3 entries for MySQL_INCLUDE_DIR, MySQL_LIBRARY_DEBUG, and MySQL_LIBRARY_RELEASE. Change the INCLUDE line to **C:/xampp/eqemu/source/Server/dependencies/mysql_x86/include/** and the two LIBRARY lines to **C:/xampp/eqemu/source/Server/dependencies/mysql_x86/lib/mysqlclient.lib**. Uncheck the Advanced checkbox to finish configuring CMake. -> + Now that CMake has done the initial check, you will need to configure a few more options so it can generate your build files. You should change/update these options: * CMAKE_BUILD_TYPE - RelWithDebInfo * CMAKE_INSTALL_PREFIX - C:/xampp/eqemu