summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-04-24 15:28:42 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-04-24 15:28:42 +0000
commit63b74faa74c7616bcd8a579f36b08043f54056a4 (patch)
treeca17d114700c3294b00c32be552e2480fffad8a4 /README
parent21a1fcbc0acc2d640374fa537d73b7d75d9bf042 (diff)
2006-04-24 John (J5) Palmieri <johnp@redhat.com>
* README, INSTALL: Doc fixes Patch from Brad Hards <bradh at frogmouth.net>
Diffstat (limited to 'README')
-rw-r--r--README43
1 files changed, 30 insertions, 13 deletions
diff --git a/README b/README
index a26dbb29..0eb45e3f 100644
--- a/README
+++ b/README
@@ -19,25 +19,42 @@ Configuration flags
These are the dbus-specific configuration flags that can be given to
the ./configure program.
- --enable-qt enable Qt-friendly client library
- --enable-glib enable GLib-friendly client library
- --enable-mono enable mono bindings
- --enable-mono-docs build mono documentation (requires monodoc)
- --enable-tests enable unit test code
- --enable-ansi enable -ansi -pedantic gcc flags
- --enable-verbose-mode support verbose debug mode
- --enable-asserts include assertion checks
- --enable-checks include sanity checks on public API
- --enable-docs build documentation (requires Doxygen and jade)
- --enable-gcov compile with coverage profiling instrumentation (gcc only)
- --enable-python build python bindings (reqires Pyrex >= 0.9)
-
+ --enable-qt enable Qt-friendly client library (note: Qt4)
+ --enable-qt-debug enable Qt-friendly client library, linked to debug
+ Qt libraries
+ --enable-qt3 enable Qt3-friendly client library
+ --enable-glib enable GLib-friendly client library
+ --enable-gtk enable GTK-requiring executables
+ --enable-tests enable unit test code
+ --enable-ansi enable -ansi -pedantic gcc flags
+ --enable-verbose-mode support verbose debug mode
+ --enable-asserts include assertion checks
+ --enable-checks include sanity checks on public API
+ --enable-xml-docs build XML documentation (requires xmlto)
+ --enable-doxygen-docs build DOXYGEN documentation (requires Doxygen)
+ --enable-gcov compile with coverage profiling instrumentation (gcc only)
+ --enable-abstract-sockets
+ use abstract socket namespace (linux only)
+ --enable-gcj build gcj bindings
+ --enable-mono build mono bindings
+ --enable-mono-docs build mono docs
+ --enable-python build python bindings
+ --enable-selinux build with SELinux support
+ --enable-dnotify build with dnotify support (linux only)
+
+ --with-qt-moc=<path> moc for Qt
+ --with-qt3-moc=<path> moc for Qt3
--with-xml=libxml/expat XML library to use
--with-init-scripts=redhat Style of init scripts to install
--with-session-socket-dir=dirname Where to put sockets for the per-login-session message bus
--with-test-socket-dir=dirname Where to put sockets for make check
--with-system-pid-file=pidfile PID file for systemwide daemon
--with-system-socket=filename UNIX domain socket for systemwide daemon
+ --with-console-auth-dir=dirname directory to check for console ownerhip
+ --with-dbus-user=<user> User for running the DBUS daemon (messagebus)
+ --with-gnu-ld assume the C compiler uses GNU ld [default=no]
+ --with-tags[=TAGS] include additional configurations [automatic]
+ --with-x use the X Window System
API/ABI Policy