-
Notifications
You must be signed in to change notification settings - Fork 11
Mate polkit
perberos edited this page Nov 9, 2011
·
2 revisions
- gtk+-2.0 >= 2.17.1
- polkit-agent-1 >= 0.97
- gobject-introspection-1.0 >= 0.6.2 (libgirepository-1.0)
Get
wget -c http://sourceforge.net/projects/matede/files/2011.10.29/mate-polkit.tar.gz/download
Extract
tar xvzf download
Go to inside folder
cd mate-polkit
Configure
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --libexecdir=/usr/lib/polkit-mate \
--disable-static
Compile
make
Install
sudo make install