Added build README
authorJohannes Schanda <schanda@itestra.de>
Fri, 11 Jan 2013 11:24:15 +0000 (12:24 +0100)
committerJohannes Schanda <schanda@itestra.de>
Fri, 11 Jan 2013 11:24:15 +0000 (12:24 +0100)
README [new file with mode: 0755]

diff --git a/README b/README
new file mode 100755 (executable)
index 0000000..cac05e9
--- /dev/null
+++ b/README
@@ -0,0 +1,21 @@
+To build this package CommonAPI and a version of libdbus patched with the marshaling patch must be available.
+
+Instructions for making a patched version of libdbus available in /usr/local:
+
+$ wget http://dbus.freedesktop.org/releases/dbus/dbus-1.4.16.tar.gz
+
+$ tar -xzf dbus-1.4.16.tar.gz
+
+$ cd dbus-1.4.16
+
+$ patch -p1 <
+/path/to/dbus-DBusMessage-add-support-for-custom-marshaling.patch
+
+$ ./configure --prefix=/usr/local
+
+$ make -C dbus 
+
+$ sudo make -C dbus install
+$ sudo make install-pkgconfigDATA
+
+The path to CommonAPI and patched libdbus pkgconfig files must be added to the PKG_CONFIG_PATH for the entire build process.
\ No newline at end of file