mirror of
https://github.com/troglobit/editline.git
synced 2025-05-07 05:11:13 +08:00
Update build instructions with info on --prefix
This commit is contained in:
parent
2b747467f0
commit
d4d0c002dc
10
INSTALL
10
INSTALL
@ -19,6 +19,14 @@ desirable at all, type:
|
|||||||
|
|
||||||
./configure --disable-default-complete
|
./configure --disable-default-complete
|
||||||
|
|
||||||
|
An even more common desire is to change the default install location. By default all
|
||||||
|
configure scripts setup /usr/local as the install "prefix", to change this type:
|
||||||
|
|
||||||
|
./configure --prefix=/home/troglobit/tmp
|
||||||
|
|
||||||
|
Advanced users are encouraged to read up on --libdir, --mandir, etc. in the GNU
|
||||||
|
Configure and Build System.
|
||||||
|
|
||||||
For more available options, type:
|
For more available options, type:
|
||||||
|
|
||||||
./configure --help
|
./configure --help
|
||||||
@ -27,7 +35,7 @@ To build and install, simply type:
|
|||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
and
|
followed by
|
||||||
|
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user