Codebase list ganyremote / debian/5.5.1-1 INSTALL
debian/5.5.1-1

Tree @debian/5.5.1-1 (Download .tar.gz)

INSTALL @debian/5.5.1-1raw · history · blame

INSTALL
==================

Firstly, run configure 

        ./configure
	
or (if You want  to specify install prefix):

        ./configure --prefix=/usr

If case of error:

	configure: error: cannot find install-sh or install.sh in "." "./.." "./../.."
	
it needs to execute:

	aclocal
	automake -a
	autoconf

And then
	
	./configure

To install the application, type:

        su -c "make install"