dbus ChangeLog,1.1266,1.1267 README.win,1.1,1.2

Ralf Habacker rhabacker at kemper.freedesktop.org
Fri Mar 16 15:34:42 PDT 2007


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

Modified Files:
	ChangeLog README.win 
Log Message:
* cmake/modules/FindExpat.cmake: fix package detection on win32.
* README.win: update install instructions.

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1266
retrieving revision 1.1267
diff -u -d -r1.1266 -r1.1267
--- ChangeLog	16 Mar 2007 21:56:33 -0000	1.1266
+++ ChangeLog	16 Mar 2007 22:34:40 -0000	1.1267
@@ -1,5 +1,11 @@
 2007-03-16 Ralf.Habacker  <ralf.habacker at freenet.de>
 
+	* cmake/modules/FindExpat.cmake: fix package detection on win32.
+
+	* README.win: update install instructions. 
+
+2007-03-16 Ralf.Habacker  <ralf.habacker at freenet.de>
+
 	* dbus/dbus-sysdeps.h (_dbus_split_paths_and_append):
 	new prototyp
 	(_DBUS_PATH_SEPARATOR): new macro. 

Index: README.win
===================================================================
RCS file: /cvs/dbus/dbus/README.win,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README.win	4 Mar 2007 22:27:33 -0000	1.1
+++ README.win	16 Mar 2007 22:34:40 -0000	1.2
@@ -5,7 +5,7 @@
 Requirements 
 ------------
 - cmake version >= 2.4.4 see http://www.cmake.org 
-- installed libxml2 or libexpat 
+- installed libxml2 or libexpat from http://82.149.170.66/kde-windows/win32libs
 
 Build
 -----
@@ -23,18 +23,24 @@
 1. Install your prefered compiler
 	- Mingw from www.mingw.org 
 	- Visual C++ 2005 Express/Studio
-2. Install win32libs packages from 
-		http://www.abi-neuhaus.de/chris/win32libs/
-   into a subdir win32libs in your program installation eg c:\Programme\win32libs (german) 
-   or "c:\Program Files\win32libs" (english) 
+	
+2. Install libxml2 or libexpat packages from 
+     http://82.149.170.66/kde-windows/win32libs
+   into a subdir win32libs in your program installation eg 
+     - german  => "c:\Programme\win32libs"
+     - english => "c:\Program Files\win32libs" 
+     
 3. download and install the most recent CMake version from http://www.cmake.org/files/
+
 4. apply dbus-win.patch: 'patch -p0 -i dbus-win.patch'
+
 5. open command shell and run in the created build folder which resides side by side 
    to the D-Bus sources:
    	- for mingw: 
 		cmake -G "MinGW Makefiles" <options> ..\<dbus-source-root>\cmake
 	- for Visual C++
 		cmake ..\<dbus-source-root>\cmake
+
 7. build
 
 



More information about the dbus-commit mailing list