Installing the C++ D-Bus bindings

From Apertium
Revision as of 22:54, 19 December 2007 by Wynand.winterbach (talk | contribs) (New page: Installing the C++ D-Bus library is straightforward. Currently, the library is part of the [http://dev.openwengo.com/ OpenWengo project]. Check out a fresh copy of the code via anonymous S...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Installing the C++ D-Bus library is straightforward. Currently, the library is part of the OpenWengo project. Check out a fresh copy of the code via anonymous Subversion by issuing:

svn --username guest --password guest --non-interactive co
http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus/ 

From here on, you proceed as with any other UNIX package:

./configure
make install

By default, the library will be installed to /usr/local.