-
Notifications
You must be signed in to change notification settings - Fork 11
Mate conf
perberos edited this page Nov 9, 2011
·
4 revisions
- mate-corba
- glib-2.0 > 2.14.0
- gio-2.0 >= 2.25.9
- gthread-2.0
- gmodule-2.0 >= 2.7.0
- gobject-2.0 >= 2.7.0
- gobject-introspection-1.0 >= 0.6.2
Get
wget -c http://sourceforge.net/projects/matede/files/2011.10.29/mate-conf.tar.gz/download
Extract
tar xvzf download
Go to inside folder
cd mate-conf
Configure
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/MateConf \
--localstatedir=/var --disable-static \
--enable-defaults-service --enable-gsettings-backend=no
Compile
make
Install
sudo make install