Fix name of bootstrap script in documentation

This commit is contained in:
Darshit Shah 2014-11-04 16:21:09 +05:30
parent 981c7456ff
commit 375b671f01
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2014-11-04 Darshit Shah <darnir@gmail.com>
* README.checkout: Bootstrap script is ./bootstrap not ./bootstrap.sh
2014-11-01 Darshit Shah <darnir@gmail.com>
* configure.ac: Fix check for libpsl

View File

@ -73,8 +73,8 @@ Compiling From Repository Sources
For those who might be confused as to what to do once they check out
the source code, considering configure and Makefile do not yet exist at
that point, a shell script called bootstrap.sh has been provided. After
calling ./bootstrap.sh you're ready to build GNU Wget in the normal
that point, a shell script called bootstrap has been provided. After
calling ./bootstrap you're ready to build GNU Wget in the normal
fashion, with ./configure and make.
So, to sum up, after checking out the source code as described above,
@ -83,7 +83,7 @@ Compiling From Repository Sources
$ cd wget # assumes you've cloned a repository to "./wget"
2. Generate all the automatically-generated files required prior to
configuring the package:
$ ./bootstrap.sh
$ ./bootstrap
3. Configure the package and compile it:
$ ./configure [some_parameters]
$ make