File: INSTALL

package info (click to toggle)
anyremote 4.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,236 kB
  • ctags: 819
  • sloc: ansic: 5,234; sh: 985; python: 86; makefile: 77
file content (35 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (2)
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
INSTALL
==================

I suggest to read the documentation in doc-html directory before compilation/install.

Well, nothing special ...

Run configure 

        ./configure

To compile the code, type:

        make


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 execute:

	aclocal
	automake -a
	autoconf

And then
	
	./configure
	make