diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | docs/INSTALL/win32.txt | 3 |
2 files changed, 9 insertions, 1 deletions
@@ -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.) |