summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2019-01-10 19:42:52 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2019-01-22 09:57:40 +0100
commit3bf97922bd8df563169f9a448ecc8b2dd6658efc (patch)
tree882fd8701984e8212a538f75e5be910dd4bf6638 /README.cmake
parent8747c9b5a06209b22d6b5c89c6ef44d88a74197f (diff)
downloaddbus-3bf97922bd8df563169f9a448ecc8b2dd6658efc.tar.gz
Move cmake related build system to top level
Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.cmake b/README.cmake
index 3e9abc96..7ca8c0f5 100644
--- a/README.cmake
+++ b/README.cmake
@@ -21,7 +21,7 @@ Win32 MinGW-w64|32
5. mkdir dbus-build
6. cd dbus-build
7. run
- cmake -G "MinGW Makefiles" [<options, see below>] <dbus-src-root>/cmake
+ cmake -G "MinGW Makefiles" [<options, see below>] <dbus-src-root>
mingw32-make
mingw32-make install
@@ -33,7 +33,7 @@ Win32 Microsoft nmake
5. mkdir dbus-build
6. cd dbus-build
7. run
- cmake -G "NMake Makefiles" [<options, see below>] <dbus-src-root>/cmake
+ cmake -G "NMake Makefiles" [<options, see below>] <dbus-src-root>
nmake
nmake install
@@ -45,7 +45,7 @@ Win32 Visual Studio 2010 Express IDE
5. mkdir dbus-build
6. cd dbus-build
7. run
- cmake -G "Visual Studio 10" [<options, see below>] <dbus-src-root>/cmake
+ cmake -G "Visual Studio 10" [<options, see below>] <dbus-src-root>
8a. open IDE with
vcexpress dbus.sln
8b. for immediate build run
@@ -59,7 +59,7 @@ Win32 Visual Studio 2010 Professional IDE
5. mkdir dbus-build
6. cd dbus-build
7. run
- cmake -G "Visual Studio 10" [<options, see below>] <dbus-src-root>/cmake
+ cmake -G "Visual Studio 10" [<options, see below>] <dbus-src-root>
8a. open IDE with
devenv dbus.sln
8b. for immediate build run
@@ -72,7 +72,7 @@ Linux
4. mkdir dbus-build
5. cd dbus-build
6. run
- cmake -G "<for available targets, see cmake --help for a list>" [<options, see below>] <dbus-src-root>/cmake
+ cmake -G "<for available targets, see cmake --help for a list>" [<options, see below>] <dbus-src-root>
make
make install