README...
How to build & test
========================
./configure --sysconfdir=/etc --prefix=/usr
make
sudo make install
gabriel@GY-UbuntuLINUX:~/ubuntu-tweak-0.4.4$ ./configure --sysconfdir=/etc --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.19... yes
checking for a Python interpreter with version >= 2.5... python
checking for python... /usr/bin/python
checking for python version... 2.5
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.5/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.5/site-packages
checking for TWEAK... configure: error: Package requirements (gtk+-2.0 >= 2.10
pygtk-2.0 >= 2.10
pygobject-2.0 >= 2.10
gnome-python-2.0 >= 2.10
) were not met:
No package 'gtk+-2.0' found
No package 'pygtk-2.0' found
No package 'pygobject-2.0' found
No package 'gnome-python-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables TWEAK_CFLAGS
and TWEAK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
gabriel@GY-UbuntuLINUX:~/ubuntu-tweak-0.4.4
gabriel@GY-UbuntuLINUX:~/ubuntu-tweak-0.4.4$ make
make: *** No targets specified and no makefile found. Stop.
gabriel@GY-UbuntuLINUX:~/ubuntu-tweak-0.4.4$ make install
make: *** No rule to make target `install'. Stop.
gabriel@GY-UbuntuLINUX:~/ubuntu-tweak-0.4.4$ sudo make install
make: *** No rule to make target `install'. Stop.










