diff options
| author | Kris Parker | 2009-11-21 03:03:07 +0000 |
|---|---|---|
| committer | Kris Parker | 2009-11-21 03:03:07 +0000 |
| commit | 3091c46b808662e2145861b2299c3beb62c98bc2 (patch) | |
| tree | 000fd11d39c1df712705b32c73663c17f837dbc1 /ON COMPILING.txt | |
| parent | 28799e962f909c40d8578402387a7d7366b00fbc (diff) | |
| download | stonesense-3091c46b808662e2145861b2299c3beb62c98bc2.tar.gz stonesense-3091c46b808662e2145861b2299c3beb62c98bc2.tar.bz2 stonesense-3091c46b808662e2145861b2299c3beb62c98bc2.tar.xz | |
More compiling notes
Diffstat (limited to 'ON COMPILING.txt')
| -rw-r--r-- | ON COMPILING.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ON COMPILING.txt b/ON COMPILING.txt index eb69f62..cb92058 100644 --- a/ON COMPILING.txt +++ b/ON COMPILING.txt @@ -37,6 +37,8 @@ http://sourceforge.net/projects/alleg/files/allegro-bin/ Unpack allegro into the stonesense directory
(so you have a stonesense/allegro-mingw-4.2.2 directory)
+* Yes you need the whole lot not just the libs *
+
(If you have a newer allegro, change its directory name, or tweak the directories in CMakeList.txt)
5) add any missing .cpp files to the CMakeList.txt list under
@@ -47,13 +49,15 @@ SET(PROJECT_SRCS 6) Grab a dosprompt and head to stonesense/build
---you will probably need absolute paths to the apps in the following--
+*** you will probably need absolute paths to the exe's in the following ***
+
+* and remember to quote your paths if they have spaces *
7) run
-cmake .. -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE:string=Release
+cmake.exe .. -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE:string=Release
8) run
-mingw32-make
+mingw32-make.exe
|
