EN
wget - installation under Windows
6 points
In this article, we would liek to show how to install wget under Windows.
- download
wget.exe
:
e.g. sources: - paste
*.exe
file intoC:\Program Files\wget
directory
(or with x86wget
version useC:\Program Files (x86)\wget
directory),
- add
C:\Program Files\wget
directory toPATH
enviroment variable
(or with x86wget
version useC:\Program Files (x86)\wget
directory),
- run or re-run command line,
- test
wget
in the command line:
e.g.xxxxxxxxxx
1wget -V
or:
Example output:xxxxxxxxxx
1wget --version
xxxxxxxxxx
1GNU Wget 1.21.3 built on mingw32.
2
3...
4
5Copyright (C) 2015 Free Software Foundation, Inc.
6License GPLv3+: GNU GPL version 3 or later
7<http://www.gnu.org/licenses/gpl.html>.
8This is free software: you are free to change and redistribute it.
9There is NO WARRANTY, to the extent permitted by law.
10
11Originally written by Hrvoje Niksic <hniksic@xemacs.org>.
12Please send bug reports and questions to <bug-wget@gnu.org>.