| Version 6 (modified by http://nedko.arnaudov.name/, 3 years ago) |
|---|
Installing from distro package
Installing from source
Obtaining the source
You can obtain the latest source tarball from here. Or you can obtain the source tree through GIT by cloning:
git clone git://repo.or.cz/ladish.git
Installing dependencies
TODO
Configuring the build system
You have to decide where you want to install.
The default is to install in /usr/local. Installing in /usr/local probably will not just work because often only /usr/share/dbus-1/services is inspected by the D-Bus daemon and you will get the ladish service registration file in /usr/local/share/dbus-1/services. If you choose to install in /usr/local, you have to either tweak the D-Bus system configuration or specify the --enable-pkg-config-dbus-service-dir that will cause only the service registration file to be installed in /usr, other files will getting installed in /usr/local:
./waf configure --enable-pkg-config-dbus-service-dir
If you choose to install to /usr, configure like this:
./waf configure --prefix=/usr
Building
TODO
Installing
TODO
