X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=INSTALL;h=ba9778cd4de187878b6445be5fbf490d76879f30;hb=0881d2d1303a067a02e3811d43a1aed04a47945e;hp=7da2c8982978e9ff069eb1cc2338330a45669100;hpb=24cf6e5847073d50390e0b7950e8e6b5a09103bc;p=git.git diff --git a/INSTALL b/INSTALL index 7da2c8982..ba9778cd4 100644 --- a/INSTALL +++ b/INSTALL @@ -13,6 +13,15 @@ that uses $prefix, the built results have some paths encoded, which are derived from $prefix, so "make all; make prefix=/usr install" would not work. +Alternatively you can use autoconf generated ./configure script to +set up install paths (via config.mak.autogen), so you can write instead + + $ autoconf ;# as yourself if ./configure doesn't exist yet + $ ./configure --prefix=/usr ;# as yourself + $ make all doc ;# as yourself + # make install install-doc ;# as root + + Issues of note: - git normally installs a helper script wrapper called "git", which