Imported Upstream version 0.100.2
[platform/upstream/dbus-glib.git] / README
1 D-BUS is a simple IPC library based on messages.
2
3 See http://www.freedesktop.org/software/dbus/ for lots of documentation, 
4 mailing lists, etc.
5
6 Note
7 ===
8
9 A core concept of the D-BUS implementation is that "libdbus" is
10 intended to be a low-level API, similar to Xlib. Most programmers are
11 intended to use the bindings to GLib, Qt, Python, Mono, Java, or
12 whatever. These bindings have varying levels of completeness.
13
14 Configuration flags
15 ===
16
17 These are the dbus-specific configuration flags that can be given to
18 the ./configure program.
19
20   --enable-tests          enable unit test code
21   --enable-ansi           enable -ansi -pedantic gcc flags
22   --enable-verbose-mode   support verbose debug mode
23   --enable-asserts        include assertion checks
24   --enable-checks         include sanity checks on public API
25   --enable-xml-docs       build XML documentation (requires xmlto)
26   --enable-gcov           compile with coverage profiling instrumentation (gcc only)
27   --with-xml=libxml/expat           XML library to use
28   --with-gnu-ld                     assume the C compiler uses GNU ld [default=no]
29   --with-tags[=TAGS]                include additional configurations [automatic]