]> git.meshlink.io Git - catta/blob - INSTALL
some basic INSTALL and README instructions
[catta] / INSTALL
1 * Quick install instructions (tested on debian/ubuntu only!)
2 ./bootstrap.sh
3 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
4 make
5 make install
6 /etc/init.d/dbus-1 restart
7
8 * Note:
9 On other linux distributions, the dbus initscript may be different (eg redhat /etc/init.d/messagebus).
10 You need to restart dbus to make it knows about /etc/dbus-1/system.d/avahi-dbus.conf .