File: INSTALL

package info (click to toggle)
ganyremote 5.13-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,496 kB
  • sloc: sh: 3,898; python: 3,357; makefile: 56; sed: 16
file content (29 lines) | stat: -rw-r--r-- 402 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
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"