diff options
author | Ingo Huerner <ingo.huerner@xse.de> | 2013-02-15 10:42:03 +0100 |
---|---|---|
committer | Ingo Huerner <ingo.huerner@xse.de> | 2013-02-15 10:42:03 +0100 |
commit | 446589274e982a3d8da3d878743de83311ccb843 (patch) | |
tree | fefe3d16a077d75b6a80ae4bad85613c9d9f6afc /README | |
parent | 441e7ddbfb4cf6c31513905db1904ff4883d5b2e (diff) | |
download | persistence-client-library-446589274e982a3d8da3d878743de83311ccb843.tar.gz |
Updated dbus message parameters; replaced pipe to dbus mainloop by eventfd
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,12 @@ Required packages * autotools: install via Synaptic Package Manger or use apt-get * GNU c compiler: install via Synaptic Package Manger or use apt-get +Known issues: +* Patch Itzam/C configure.ac file: + - replace in the Itzam/C configure.ac GENERIC_LIBRARY_NAME=libitzam with GENERIC_LIBRARY_NAME=itzam +* copy itzam package confiuration file to /usr/local/lib/pkgconfig + + How to compile For the Persistence Client Library autotools will be used to generate makefiles. To build the client library perform the following steps: |