summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2006-12-10 22:51:26 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2006-12-10 22:51:26 +0000
commitf7c207f0f37efa802dc3bae34c3b5b57871d42cf (patch)
tree995198b817634834697915af3241c17b49c9f4a0
parentc04ef251713eda1f47293eca5f8a16f0189a7586 (diff)
downloadmana-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
-rw-r--r--ChangeLog7
-rw-r--r--docs/INSTALL/win32.txt3
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 37153650..3068bbf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2006-12-09 Eugenio Favalli <elvenprogrammer@gmail.com>
+2006-12-10 Eugenio Favalli <elvenprogrammer@gmail.com>
+
+ * docs/INSTALL/win32.txt: Added more detailed instructions for Dev-C++
+ users.
+
+2006-12-09 Eugenio Favalli <elvenprogrammer@gmail.com>
* data/graphics/sprites/npcs.png: Added pirate NPC.
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.)