15 lines
289 B
Plaintext
15 lines
289 B
Plaintext
Basic Installation
|
|
==================
|
|
|
|
Run the usual autotools combination of:
|
|
./configure
|
|
make
|
|
make install
|
|
|
|
The executable files will be installed in /usr/local/* by default.
|
|
|
|
Configure Options
|
|
=================
|
|
Please see the ./configure --help output for available build-time
|
|
options.
|