Network file retrieval
Software project home page: https://www.gnu.org/software/wget/
Distribution: source code
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Werror=format-security -Wp,-fexceptions -grecord-gcc-switches" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro" CXXFLAGS="${CFLAGS}" CPPFLAGS="-D_FORTIFY_SOURCE=2" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib64 --disable-debug && time make --debug=n -j 4 --output-sync --trace && time make -j 4 -k test && make install
wget --version
https://www.gnu.org/software/wget/manual/wget.html
http://www.linuxfromscratch.org/blfs/view/svn/basicnet/wget.html
http://linux.die.net/man/1/wget
http://users.ugent.be/~bpuype/wget/
http://www.t2-project.org/packages/wget.html
Legal Disclaimer & Copyright Policy