X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=INSTALL;h=f2f0122cc4c1202a9c7c5055e89ac93171dbd1d0;hb=04c58b9e5fbdf3acc7565f989e5fcd11f0c23c57;hp=22beacbffe1bfdf676e9590c7bb5434287d7e270;hpb=c47959a62da5e2e9c36a5524fc0e980ba5f7ab17;p=platform%2Fupstream%2Fdbus.git diff --git a/INSTALL b/INSTALL index 22beacb..f2f0122 100644 --- a/INSTALL +++ b/INSTALL @@ -4,8 +4,10 @@ Quick start =========== -DBus uses GNU AutoTools for its build system, thus the basic install -procedure can be summarized as: +DBus could be build with GNU AutoTools or with cmake for its build system, +thus the basic install procedure can be summarized as: + +with autotools: ./configure --prefix=/usr make @@ -13,13 +15,29 @@ procedure can be summarized as: The configure script will automatically determine whether to try and build bindings for GLib, Qt, Qt3, Python and Mono based on what tools -are installed on the host system. The default build behaviour can be +are installed on the host system. The default build behaviour can be overridden using the --enable-XXX/--disable-XXX arguments to configure. A typical scenario in which it is desirable to override automatic -detection, is during packaging of binary builds, where a predictable -dependancy chain is required. For more details on GNU AutoTools +detection, is during packaging of binary builds, where a predictable +dependancy chain is required. For more details on GNU AutoTools installation, consult the generic instructions later in this document +with cmake: + mkdir dbus-build-dir + cd dbus-build-dir + cmake -G [-D