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

To install the application, type:

        ./configure --prefix=/usr
        su -c "make install"
	
To run:
	Run anyremote/kanyremote with "-s socket:<port>" option:
	
	anyremote -s socket:5000 -f <cfg. file>
	
	Run
	anyremote2html -a <anyremote port> -w <http port> -s 16|32|64 -i <directory with icons, defaulted to /usr/share/pixmaps/anyRemote2html>
	
	For example:
	anyremote2html -a 5000 -w 5050 -s 64 -i /usr/share/pixmaps/anyRemote2html 
	
	Run browser on device and connect to http://<ip.of.PC>:5050
	
	For additional options run anyRemote2html -h
