diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-12-10 22:51:26 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-12-10 22:51:26 +0000 |
commit | f7c207f0f37efa802dc3bae34c3b5b57871d42cf (patch) | |
tree | 995198b817634834697915af3241c17b49c9f4a0 /docs | |
parent | c04ef251713eda1f47293eca5f8a16f0189a7586 (diff) | |
download | mana-client-f7c207f0f37efa802dc3bae34c3b5b57871d42cf.tar.gz mana-client-f7c207f0f37efa802dc3bae34c3b5b57871d42cf.tar.bz2 mana-client-f7c207f0f37efa802dc3bae34c3b5b57871d42cf.tar.xz mana-client-f7c207f0f37efa802dc3bae34c3b5b57871d42cf.zip |
Added more detailed instructions for Dev-C++ users
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL/win32.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/INSTALL/win32.txt b/docs/INSTALL/win32.txt index 12bf5fd9..3bcc0d03 100644 --- a/docs/INSTALL/win32.txt +++ b/docs/INSTALL/win32.txt @@ -63,6 +63,9 @@ to remove anything the devpak might overlap before installing, for example the previous devpak.) Remember to copy the required dlls from your dll folder in the Dev-Cpp root directory, to the folder where you have your copy of The Mana World. You also have to add the SDL include folder in your C++ include paths. +If you're using Dev-C++, this means: Tools -> Compiler options -> +-> Directories -> C++ includes -> Browse... (browse to MinGW/include/SDL) -> +-> Add -> Ok. If you can't get the package or you are experiencing problems with it, just send me an email at elvenprogrammer@gmail.com or continue reading. (Coming to bug us on the IRC channel is a valid alternative too.) |