forked from stanson-ch/cvoicecontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
30 lines (21 loc) · 1.14 KB
/
INSTALL
File metadata and controls
30 lines (21 loc) · 1.14 KB
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
======================================================================
CVoiceControl INSTALL <11 Feb 00 14:04>
======================================================================
Instructions on how to install CVoiceControl:
=============================================
Libraries needed: libncurses, libpthread
Libraries optional: libasound
These are generic installation instructions:
============================================
1. `cd' to the directory containing the package's source code and type
`autoreconf -i`, then type `./configure' to configure the package
for your system. If you're using `csh' on an old version of System
V, you might need to type `sh ./configure' instead to prevent `csh'
from trying to execute `configure' itself.
Running `configure' takes a while. While running, it prints some
messages telling which features it is checking for.
2. Type `make' to compile the package.
3. Type `make install' to install the programs and any data files and
documentation.
4. You can remove the program binaries and object files from the
source code directory by typing `make clean'.