blob: e3dbf8508f4ddc4a706edb1c29637d30321414ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
INSTALL - quick and dirty install instructions
To install, first run configure.pl:
[jon@chainik ~/signature]$ ./configure.pl
Answer the questions it asks, and it will create the Makefile. Next build
and install the program.
[jon@chainik ~/signature]$ make
...
[jon@chainik ~/signature]$ su
Password:
[root@chainik ~jon/signature]# make install
...
[root@chainik ~jon/signature]# exit
[jon@chainik ~/signature]$
Then, you need merely start signature, and you will have a working
signature pipe.
|