mirror of
https://github.com/mirror/wget.git
synced 2026-08-19 09:23:27 +08:00
Mention 'bash' for executing ./bootstrap
Reported-by: Mojca Miklavec
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user