mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fix name of bootstrap script in documentation
This commit is contained in:
parent
981c7456ff
commit
375b671f01
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user