2017-05-08 15:30:03 +02:00
|
|
|
Basic Installation
|
|
|
|
==================
|
|
|
|
|
2019-08-06 18:08:05 +02:00
|
|
|
Run the usual autotools combination of:
|
|
|
|
./configure
|
2017-05-08 15:30:03 +02:00
|
|
|
make
|
|
|
|
make install
|
|
|
|
|
2021-08-09 15:08:54 +02:00
|
|
|
If no "configure" script is present, generate it by:
|
|
|
|
./autogen.sh
|
|
|
|
|
2019-08-06 18:08:05 +02:00
|
|
|
The executable files will be installed in /usr/local/* by default.
|
2017-05-08 15:30:03 +02:00
|
|
|
|
2019-08-06 18:08:05 +02:00
|
|
|
Configure Options
|
|
|
|
=================
|
|
|
|
Please see the ./configure --help output for available build-time
|
|
|
|
options.
|