libdbus.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-system-libdbus" role="wrap">
  8. <?dbhtml filename="libdbus.html"?>
  9. <sect1info condition="script">
  10. <productname>libdbus</productname>
  11. <productnumber>&dbus-version;</productnumber>
  12. <address>&dbus-url;</address>
  13. </sect1info>
  14. <title>Libdbus-&dbus-version;</title>
  15. <indexterm zone="ch-system-libdbus">
  16. <primary sortas="a-libdbus">Libdbus</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>Libdbus package provides a library to communicate with
  21. D-Bus messagebus daemon. It is only installed to satisfy
  22. circular dependency between Systemd and D-Bus.</para>
  23. <segmentedlist>
  24. <segtitle>&buildtime;</segtitle>
  25. <segtitle>&diskspace;</segtitle>
  26. <seglistitem>
  27. <seg>&dbus-ch6-sbu;</seg>
  28. <seg>&dbus-ch6-du;</seg>
  29. </seglistitem>
  30. </segmentedlist>
  31. </sect2>
  32. <sect2 role="installation">
  33. <title>Installation of Libdbus</title>
  34. <para>Prepare Libdbus for compilation:</para>
  35. <screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen>
  36. <para>Compile the package:</para>
  37. <screen><userinput remap="make">make -C dbus libdbus-1.la</userinput></screen>
  38. <para>This package does come with a testsuite, but it is not
  39. possible to run it because only part of the package is
  40. installed.</para>
  41. <para>Install the package:</para>
  42. <screen><userinput remap="install">make -C dbus lib_LTLIBRARIES=libdbus-1.la \
  43. install-libLTLIBRARIES \
  44. install-dbusincludeHEADERS \
  45. install-nodist_dbusarchincludeHEADERS
  46. make install-pkgconfigDATA</userinput></screen>
  47. </sect2>
  48. <sect2 id="contents-libdbus" role="content">
  49. <title>Contents of Libdbus</title>
  50. <segmentedlist>
  51. <segtitle>Installed programs</segtitle>
  52. <segtitle>Installed libraries</segtitle>
  53. <segtitle>Installed directories</segtitle>
  54. <seglistitem>
  55. <seg>none</seg>
  56. <seg>libdbus-1.so</seg>
  57. <seg>/usr/include/dbus-1.0 and /usr/lib/dbus-1.0</seg>
  58. </seglistitem>
  59. </segmentedlist>
  60. <variablelist>
  61. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  62. <?dbfo list-presentation="list"?>
  63. <?dbhtml list-presentation="table"?>
  64. <varlistentry id="libdbus-lib">
  65. <term><filename class="libraryfile">libdbus-1.so</filename></term>
  66. <listitem>
  67. <para>Contains API functions used to communicate with the D-Bus
  68. message bus.</para>
  69. <indexterm zone="ch-system-libdbus libdbus-lib">
  70. <primary sortas="c-libdbus">libdbus</primary>
  71. </indexterm>
  72. </listitem>
  73. </varlistentry>
  74. </variablelist>
  75. </sect2>
  76. </sect1>