mirror of
https://github.com/mirror/wget.git
synced 2025-04-24 20:20:24 +08:00
Mention 'bash' for executing ./bootstrap
Reported-by: Mojca Miklavec
This commit is contained in:
parent
0004d3ec22
commit
67cb37ce5a
@ -116,7 +116,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
|
||||
$ ./bootstrap (or: bash ./bootstrap)
|
||||
3. Configure the package and compile it:
|
||||
$ ./configure --enable-assert [some_parameters]
|
||||
$ make
|
||||
|
Loading…
Reference in New Issue
Block a user