benpicco / mate-deskbar-applet

the universal gnome search applet, migrated to mate
GNU General Public License v2.0
1 stars 0 forks source link

Installation? #2

Open Kerrick opened 12 years ago

Kerrick commented 12 years ago

How do I install this on Ubuntu 12.04 running MATE?

benpicco commented 12 years ago
./configure --prefix /usr
make
sudo make install 

should work, doesn't it?

kxmylo commented 11 years ago

I'm using Ubuntu 12.04 and I've been trying to install mate-deskbar-applet but i haven't been able to achieve it. I get the follow lines when i try to tun autogen.sh: You need to install the mate-common module and make sure the mate-autogen.sh script is in your $PATH. And when i follow the Install instructions i get this: ./configure: line 1899: AM_INIT_AUTOMAKE: command not found ./configure: line 1901: MATE_COMMON_INIT: command not found ./configure: line 1903: AM_MAINTAINER_MODE: command not found ./configure: line 1904: AM_DISABLE_STATIC: command not found ./configure: line 1905: AM_PROG_LIBTOOL: command not found checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for pkg-config... yes ./configure: line 2743: syntax error near unexpected token 0.35.0' ./configure: line 2743:IT_PROG_INTLTOOL(0.35.0)'

Is it possible to install on ubuntu 12.04?