Clarified login server

JJ
2014-05-11 17:26:51 -07:00
parent 8995f3be85
commit 4a37c18683
+2 -2
@@ -55,7 +55,7 @@ Configuring done
* CMAKE_INSTALL_PREFIX: C:/xampp/eqemu
* EQEMU_BUILD_LUA: Checked
* EQEMU_BUILD_PERL: Checked
* EQEMU_BUILD_LOGIN: Checked
* EQEMU_BUILD_LOGIN: Checked (If you plan to run your own login server)
The rest should default to the appropriate settings. Now you can select "Configure" to let it finish finding the appropriate dependencies which should result in something like this:
```
@@ -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 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.
* **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 (13 if you didn't opt for your own login server). 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 (13 if you didn't opt for your own login server) 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 data_tables, user_tables, peq_beta, and source_views SQL files. Do not go any further if there are any sourcing errors!