summaryrefslogtreecommitdiff
path: root/ON COMPILING.txt
diff options
context:
space:
mode:
authorKris Parker2010-01-23 14:01:30 +0000
committerKris Parker2010-01-23 14:01:30 +0000
commit30c2a221450f46d903f38fe29eab3b40536f8950 (patch)
treeab6fb3de2991c4387c2eabc4abfb4ca1c260e231 /ON COMPILING.txt
parent60bc0083ac0b5bbbd2280fc4b9e23a6490a38e11 (diff)
downloadstonesense-30c2a221450f46d903f38fe29eab3b40536f8950.tar.gz
stonesense-30c2a221450f46d903f38fe29eab3b40536f8950.tar.bz2
stonesense-30c2a221450f46d903f38fe29eab3b40536f8950.tar.xz
Updates to cope with icon handling
Diffstat (limited to 'ON COMPILING.txt')
-rw-r--r--ON COMPILING.txt15
1 files changed, 6 insertions, 9 deletions
diff --git a/ON COMPILING.txt b/ON COMPILING.txt
index cb92058..5bfe668 100644
--- a/ON COMPILING.txt
+++ b/ON COMPILING.txt
@@ -47,17 +47,16 @@ SET(PROJECT_SRCS
(or wait till the compiler process winges about them to help figure out what is missing)
-6) Grab a dosprompt and head to stonesense/build
+6) *** You will need to either set up paths to MinGW and CMake in your environment or
+a dos shell for the following steps ***
-*** you will probably need absolute paths to the exe's in the following ***
+something like
-* and remember to quote your paths if they have spaces *
+set path=c:\Program Files\CMake 2.6\bin;c:\MinGW\bin;%path%
-7) run
-cmake.exe .. -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE:string=Release
+7) Run the build-MinGW32-release.bat batch file
-8) run
-mingw32-make.exe
+* If you are running in a dos prompt, you will need to be in the build directory *
@@ -78,5 +77,3 @@ cd stonesense/build
cmake .. -DCMAKE_BUILD_TYPE:string=Release
make
-
-