Installation
Compiling
The package uses the autoconf
framework to build and install itself. Simply
run the bundled configure
script to compile and install the software. For
instance:
% ./configure --prefix=$HOME/devel
% make install
You can check the output of configure --help
for a description of some
influential environment variables that you can set.
Read autoconf online documentation for general help about using autoconf.
To generate the configure script, you have to run autoreconf in the source
tree if you got the sources from the git repository instead of a tarball.
|