Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 2.01 KB

README.md

File metadata and controls

30 lines (23 loc) · 2.01 KB

OCTPP-Chess-2015

A complete game of chess with online and multiplayer capabilities. This started off as a class 12 Computer Science project, and rapidly grew to its current size!

Prerequisites for compiling source code

  • Windows 7 and above
  • Microsoft Visual Studio 2013 or later

To install wxWidgets

Start the project

Installing cURL and libcurl

  • Download libcurl-7.19.3-win32-ssl-msvc.zip from http://curl.haxx.se/download/trash/
  • Extract all files to a directory without using spaces.
  • Open OCTPP (the project you created) in Visual Studio.
  • In the Solution Explorer, right-click on the project file and select Properties.
  • Under the tab Configuration Properties -> VC++ Directories, add the "include" folder of the cURL download to the "Include Directories" field. Also add the path of "lib/Release" in the cURL folder to the "Library Directories" field.
  • For good measure, under the C/C++ tab, add the Include directory like you did in the last step.
  • Similarly, open the Linker tab and add the library directory from cURL under "Additional Library Directories".
  • Finally, expand Linker in the properties. Under the "Input" tab, make sure "curllib.lib" is one of the "Additional Dependencies". If not, then add it.

Building the project

Contact Us

  • If something goes wrong, or for any other queries, feel free to send an email to [email protected].