summaryrefslogtreecommitdiff
path: root/doc/README.cmake
diff options
context:
space:
mode:
authorivmai <ivmai>2010-02-24 10:31:32 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:53 +0400
commitd33b28a6f3f0ac3d7484a358b9d22270134c38a9 (patch)
tree4532954f0088ce3eed05feace6c6ff83cf697f55 /doc/README.cmake
parent9c11c49d1a7ff5159215bf76fb0c6ecf4ad0663b (diff)
downloadbdwgc-d33b28a6f3f0ac3d7484a358b9d22270134c38a9.tar.gz
2010-02-24 Ivan Maidanski <ivmai@mail.ru> (really Bruce Mitchener)
* CMakeLists.txt: Adjust INCLUDE_DIRECTORIES and SRC (to make it usable on Mac OS X). * doc/README.cmake: Update.
Diffstat (limited to 'doc/README.cmake')
-rw-r--r--doc/README.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/README.cmake b/doc/README.cmake
index de6f6b7e..4f78b61d 100644
--- a/doc/README.cmake
+++ b/doc/README.cmake
@@ -5,6 +5,8 @@ CMAKE
Win32 binaries (both 32- and 64-bit) can be built using CMake. CMake is an
open-source tool like automake - it generates makefiles.
+Some preliminary work has been done to make this work on other platforms, but
+the support is not yet complete.
CMake will generate:
@@ -33,6 +35,12 @@ BUILD PROCESS
eg.
> cmake -G "Visual Studio 8 2005"
use the gc.sln file genereated by cmake to build gc
+ . you can also run cmake from a build directory to build outside of
+ the source tree. Just specify the path to the source tree:
+ eg.
+ > mkdir build
+ > cd build
+ > cmake .. -G "Visual Studio 8 2005"
INPUT