From ba9178b153dd78ea3b33c55b8aabb3454622db4b Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Fri, 8 Jul 2011 10:53:20 +0200 Subject: Visual Studio Professional uses a different ide starter - pointed out by Romain Pokrzywka --- README.cmake | 51 +++++++++++++++++++++++++++++++++------------------ 1 file changed, 33 insertions(+), 18 deletions(-) (limited to 'README.cmake') diff --git a/README.cmake b/README.cmake index ea3b1070..5016019a 100644 --- a/README.cmake +++ b/README.cmake @@ -9,59 +9,74 @@ Building -------- Win32 MinGW -1. install cmake and libexpat +1. install cmake and libexpat 2. get dbus sources 3. unpack dbus sources into a sub directory (referred as later) 4. mkdir dbus-build 5. cd dbus-build 6. run - cmake -G "MinGW Makefiles" [] /cmake + cmake -G "MinGW Makefiles" [] /cmake mingw32-make mingw32-make install - -Win32 Microsoft nmake -1. install cmake and libexpat + +Win32 Microsoft nmake +1. install cmake and libexpat 2. get dbus sources 3. unpack dbus sources into a sub directory (referred as later) 4. mkdir dbus-build 5. cd dbus-build 6. run - cmake -G "NMake Makefiles" [] /cmake + cmake -G "NMake Makefiles" [] /cmake nmake nmake install - -Win32 Visual Studio IDE -1. install cmake and libexpat + +Win32 Visual Studio Express IDE +1. install cmake and libexpat +2. get dbus sources +3. unpack dbus sources into a sub directory (referred as later) +4. mkdir dbus-build +5. cd dbus-build +6. run + cmake -G "Visual Studio 10" [] /cmake +7a. open IDE with + vcexpress dbus.sln +7b. for immediate build run + vcexpress dbus.sln /build + +Win32 Visual Studio Professional IDE +1. install cmake and libexpat 2. get dbus sources 3. unpack dbus sources into a sub directory (referred as later) 4. mkdir dbus-build 5. cd dbus-build 6. run - cmake -G "Visual Studio 10" [] /cmake - start - nmake install + cmake -G "Visual Studio 10" [] /cmake +7a. open IDE with + devenv dbus.sln +7b. for immediate build run + devenv dbus.sln /build Linux -1. install cmake and libexpat +1. install cmake and libexpat 2. get dbus sources 3. unpack dbus sources into a sub directory (referred as later) 4. mkdir dbus-build 5. cd dbus-build 6. run - cmake -G "" [] /cmake + cmake -G "" [] /cmake make make install For other compilers see cmake --help in the Generators section - + Configuration flags ------------------- - + When using the cmake build system the dbus-specific configuration flags that can be given to the cmake program are these (use -D= on command line). The listed values -are the defaults. +are the defaults. -// Choose the type of build, options are: None(CMAKE_CXX_FLAGS or +// Choose the type of build, options are: None(CMAKE_CXX_FLAGS or // CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. CMAKE_BUILD_TYPE:STRING=Debug -- cgit v1.2.1