Moved DBusTypeOutputStream fromDBusTypeStreamTest into DBusOutputStream
[profile/ivi/common-api-dbus-runtime.git] / README
1 To build this package CommonAPI and a version of libdbus patched with the marshaling patch must be available.
2
3 Instructions for making a patched version of libdbus available in /usr/local:
4
5 $ wget http://dbus.freedesktop.org/releases/dbus/dbus-1.4.16.tar.gz
6
7 $ tar -xzf dbus-1.4.16.tar.gz
8
9 $ cd dbus-1.4.16
10
11 $ patch -p1 <
12 /path/to/dbus-DBusMessage-add-support-for-custom-marshaling.patch
13
14 $ ./configure --prefix=/usr/local
15
16 $ make -C dbus 
17
18 $ sudo make -C dbus install
19 $ sudo make install-pkgconfigDATA
20
21 The path to CommonAPI and patched libdbus pkgconfig files must be added to the PKG_CONFIG_PATH for the entire build process.