X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=INSTALL;h=f2f0122cc4c1202a9c7c5055e89ac93171dbd1d0;hb=fe37651c7264f73494a1c2f711980d7aaba16813;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=93cff3d69fb705806d2af4fd6f29c497ea3192e0;p=platform%2Fupstream%2Fdbus.git diff --git a/INSTALL b/INSTALL index e69de29..f2f0122 100644 --- a/INSTALL +++ b/INSTALL @@ -0,0 +1,248 @@ + DBus Installation + ================= + +Quick start +=========== + +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 + su make install + +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 +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 +installation, consult the generic instructions later in this document + +with cmake: + mkdir dbus-build-dir + cd dbus-build-dir + cmake -G [-D