dbus ChangeLog,1.1002,1.1003 INSTALL,1.3,1.4 README,1.7,1.8

John Palmieri johnp at kemper.freedesktop.org
Mon Apr 24 08:28:44 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv31546

Modified Files:
	ChangeLog INSTALL README 
Log Message:
2006-04-24 John (J5) Palmieri <johnp at redhat.com>  

	* README, INSTALL: Doc fixes
	Patch from Brad Hards <bradh at frogmouth.net>


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1002
retrieving revision 1.1003
diff -u -d -r1.1002 -r1.1003
--- ChangeLog	23 Apr 2006 19:06:55 -0000	1.1002
+++ ChangeLog	24 Apr 2006 15:28:42 -0000	1.1003
@@ -1,3 +1,8 @@
+2006-04-24 John (J5) Palmieri <johnp at redhat.com>  
+
+	* README, INSTALL: Doc fixes
+	Patch from Brad Hards <bradh at frogmouth.net>
+
 2006-04-23  Thiago Macieira  <thiago.macieira at trolltech.com>
 
 	* qt/examples/dbus.cpp: Use the new merged-interface mode for

Index: INSTALL
===================================================================
RCS file: /cvs/dbus/dbus/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- INSTALL	17 Apr 2006 19:31:49 -0000	1.3
+++ INSTALL	24 Apr 2006 15:28:42 -0000	1.4
@@ -72,6 +72,13 @@
 the 4.1.3 snapshots from Trolltech. However, the Qt binding compiles
 and works in Qt 4.1.2, but not the dbusidl2cpp tool.
 
+Note that DBus detects QtCore and QtXml during the configure process 
+using pkg-config. You may need to set the PKG_CONFIG_PATH to include
+the Qt4 library directory. If you don't have your Qt4 installed, then
+you may also need to use the --with-qt-moc directive to point to the
+Qt4 moc executable (e.g. $QTDIR/bin/moc).
+
+
 Qt 3 Bindings
 -------------
 

Index: README
===================================================================
RCS file: /cvs/dbus/dbus/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- README	10 Aug 2004 02:18:37 -0000	1.7
+++ README	24 Apr 2006 15:28:42 -0000	1.8
@@ -19,25 +19,42 @@
 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



More information about the dbus-commit mailing list