summaryrefslogtreecommitdiffstats
path: root/README.win
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2007-03-16 22:34:40 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2007-03-16 22:34:40 +0000
commitea58ec1cf9d07db62542f257e2401f21d0d937e0 (patch)
treeb30fa52a04ffb9cb5b9465d20bda5782f3e1df04 /README.win
parent6e07b30faba52c772f011a0dee999662ec46e1cb (diff)
* cmake/modules/FindExpat.cmake: fix package detection on win32.
* README.win: update install instructions.
Diffstat (limited to 'README.win')
-rw-r--r--README.win16
1 files changed, 11 insertions, 5 deletions
diff --git a/README.win b/README.win
index b941a088..76469748 100644
--- a/README.win
+++ b/README.win
@@ -5,7 +5,7 @@ Windows port of the freedesktop.org D-Bus
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 @@ win32
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