mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Mention that make install requires root.
This commit is contained in:
parent
ff9ca8a24c
commit
ce381136b6
@ -1,3 +1,10 @@
|
|||||||
|
2005-05-02 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* INSTALL: Document environment variables affecting configure,
|
||||||
|
especially $CC.
|
||||||
|
|
||||||
|
* INSTALL: Mention that make install requires root.
|
||||||
|
|
||||||
2005-04-29 Hrvoje Niksic <hniksic@xemacs.org>
|
2005-04-29 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* configure.in: Don't set ipv6 to yes only because struct
|
* configure.in: Don't set ipv6 to yes only because struct
|
||||||
|
6
INSTALL
6
INSTALL
@ -95,8 +95,10 @@ basic functionality works.
|
|||||||
3) Installation
|
3) Installation
|
||||||
|
|
||||||
Use `make install' to install GNU Wget to directories specified to
|
Use `make install' to install GNU Wget to directories specified to
|
||||||
configure. The standard prefix is "/usr/local/", which can be changed
|
configure. To install it in a system directory (which is the
|
||||||
using the `--prefix' configure option.
|
default), you will need to be root. The standard prefix is
|
||||||
|
"/usr/local/", which can be changed using the `--prefix' configure
|
||||||
|
option.
|
||||||
|
|
||||||
The installation process will copy the wget binary to $PREFIX/bin,
|
The installation process will copy the wget binary to $PREFIX/bin,
|
||||||
install the wget.info* info pages to $PREFIX/info, the generated
|
install the wget.info* info pages to $PREFIX/info, the generated
|
||||||
|
Loading…
Reference in New Issue
Block a user