This project is mostly for learning purposes. The idea is to create an easy to understand and easy to use c/c++ bot for realm of the mad god.
Please check out the wiki to learn how to set up the 2 required libraries for this project.
- Rename
BuildMacros.props-sample
toBuildMacros.props
- Open the renamed file in an smart editor.
- Change the path in the
CURL_INCLUDE
element to yourinclude
folder forcurl
. - Change the path in the
CURL_LIB
element to yourlib
folder forcurl
. - Change the path in the
OPENSSL_INCLUDE
element to yourinclude
folder forOpenSSL
. - Change the path in the
OPENSSL_LIB
element to yourlib
folder forOpenSSL
. - Save the file and reload the project if you had it opened.