Skip to content

Commit

Permalink
Document the autoconf process.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlm committed Jan 20, 2025
1 parent 70ec538 commit 87ef986
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,30 @@
Installation:
=============

Autoconf
--------

Run the autoconf process in a Docker container, as follows:

./autogen-container.sh

Alternatively (e.g., if Docker is unavailable), install autoconf, automake,
gettext, libtool, gawk and make, and then:

./autogen.sh

Configure
---------

Run configure, e.g.

./configure --prefix=/usr/local --sysconfdir=/etc --mandir=/usr/share/man
./configure --prefix=/usr/local --sysconfdir=/etc --mandir=/usr/share/man

See configure --help for additional command line arguments.

Make
----

Run 'make' and 'make install'. On BSD, you may need to use 'gmake'.

Configuration:
Expand Down

0 comments on commit 87ef986

Please sign in to comment.