=================================================================================           

INSTALL

=================================================================================           

Source code of gAnyRemote can be retrieved from SVN

svn co https://anyremote.svn.sourceforge.net/svnroot/anyremote/ganyremote/trunk ganyremote 

or as *tar.gz from

https://sourceforge.net/projects/anyremote/files/ganyremote/


If source code was retrieved from SVN it needs to create files for configure:

	aclocal
	autoconf
	automake -ac

If source code was retrieved as *.tar.gz it is possible to start directrly
from configure:

        ./configure --prefix=/usr

To install the application, type:

        su -c "make install"
	
If case of error:

	configure: error: cannot find install-sh or install.sh in "." "./.." "./../.."
	
it needs to start from aclocal; autoconf; automake -ac commands.


