Skip to content

Commit

Permalink
added boostrap info
Browse files Browse the repository at this point in the history
  • Loading branch information
chu11 committed Dec 2, 2003
1 parent 1e11d3f commit 01f2e37
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@ a newer version of `autoconf'.

The simplest way to compile this package is:

1. `cd' to the directory containing the package's source code and 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.
0. `cd' to the directory containing the package's source code and type
./bootstrap to make the build scripts. Your system must have
autoconf, automake, and libtool installed to properly build
the build scripts.

1. 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 awhile. While running, it prints some
messages telling which features it is checking for.
Expand Down

0 comments on commit 01f2e37

Please sign in to comment.