View Single Post
  #4  
Old 06-20-2013, 10:50 PM
Nightrider84's Avatar
Nightrider84
Discordant
 
Join Date: Aug 2010
Location: Colorado
Posts: 410
Default

Launch your CMake program, typically labeled CMake (cmake-gui). Eg: Start -> CMake 2.8 -> CMake

To the right of the 'Where is the source code' box, click 'Browse Source' and expand the tree, C:\EQ\, click once on Source and then click OK, so the entry in the 'Where is the source code' box should read C:/EQ/Source/

To the right of the 'Where to build the binaries box', click 'Browse Build', expand the tree down to C:\EQ\Source. With 'Source' highlighted, click 'Make New Folder'.
Name the new folder Build and click OK. The 'Where to build the binaries box' should now have C:/EQ/Source/Build in it.

Click on Configure.

In the next dialogue that says 'Specify the generator for this project', select 'Visual Studio 11'. Click on Finish.

Some messages should appear in the lower window with hopefully no errors.

If you want to use 'Bots' on your server, click the box next to EQEMU_ENABLE_BOTS and then click Configure again.

Click on Generate and CMake should say 'Generating done' in the output window.

make sure you follow this to the T. if the part with make new folder sounds too confusing just go to your Source folder is located and make a folder called Build so you will have eventually 3 folders there that say Build Source and EQEMuServer. once the folder is created launch CMAKE go to Where to build the Binaries box and select the Build folder once the folders are slected just click configure. and follow the rest of the guide

Last edited by Nightrider84; 06-20-2013 at 10:56 PM.. Reason: Added more info
Reply With Quote