Updated PEQ Setup using XAMPP (markdown)

JJ 2014-01-04 07:28:46 -08:00
parent 8cb9a423e2
commit 266045c2be

@ -69,7 +69,7 @@ Configuring done
Now you can select "Generate" to create the build files. If there are no errors, you will get a "Generating done" message.
* **Build the source.** CMake should have created your \eqemu\source\Build folder. Inside, you can open your EQEmu.sln file to open VC 2013. Let the program initialize your project (i.e. scan includes and parse include files). When the program is "Ready", change the build from "Debug" to "RelWithDebInfo". It will continue to initialize your project. Select "Configuration Manager" and verify that the "Active solution configuration" is "RelWithDebInfo" and the "Active solution platform" is "Win32". In the "Build" column, check the "INSTALL" box and select "Close" (INSTALL will copy the executables to your eqemu root folder upon successful build). From the Build menu, select "Clean Solution" and verify 13 succeeded messages. Now select "Build Solution" and get a cup of coffee (or beer if you like). Once the build is complete, you should see 13 succeeded messages. Verify that all 13 files were copied to your eqemu root folder.
* **Build the source.** CMake should have created your \eqemu\source\Build folder. Inside, you can open your EQEmu.sln file to open VC 2013. Let the program initialize your project (i.e. scan includes and parse include files). When the program is "Ready", change the build from "Debug" to "RelWithDebInfo". It will continue to initialize your project. Select "Configuration Manager" and verify that the "Active solution configuration" is "RelWithDebInfo" and the "Active solution platform" is "Win32". In the "Build" column, check the "INSTALL" box and select "Close" (INSTALL will copy the executables to your eqemu root folder upon successful build). From the Build menu, select "Clean Solution" and verify 14 succeeded messages. Now select "Build Solution" and get a cup of coffee (or beer if you like). Once the build is complete, you should see 14 succeeded messages. Verify that all 14 files were copied to your eqemu root folder.
* **Get the database.** PEQ conducts a backup every day. The most up-to-date version can be found at http://peqtgc.com/releases. The file you need is peqbeta_(date-time).tar.gz. This database is usually synced with the most current EQEmu source. Unzip these files into a temporary location of your choice. Move the [[eqtime.cfg]] file into your eqemu root folder. Open a command prompt at your temporary location (shift-right-click the folder and select "Open command window here". Start MySQL (mysql -uroot -p peq) and source in the user_tables, peq_beta, and source_views SQL files. Do not go any further if there are any sourcing errors!