File: INSTALL

package info (click to toggle)
ganyremote 8.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,652 kB
  • sloc: sh: 4,409; python: 3,440; makefile: 55; sed: 16; xml: 16
file content (37 lines) | stat: -rw-r--r-- 900 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
=================================================================================           

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.