mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
maint: update docs for build prerequisites
* README-prereq: Explicitly pull tags, and update the xz git repo url.
This commit is contained in:
committed by
Pádraig Brady
parent
ebaffa5094
commit
db3131adb8
@@ -34,6 +34,7 @@ set correctly by running this command:
|
||||
# Please use the latest stable release version as indicated by git tags.
|
||||
git clone --depth=1 git://git.sv.gnu.org/autoconf.git
|
||||
cd autoconf
|
||||
git pull --tags
|
||||
git checkout v2.64
|
||||
autoreconf -vi
|
||||
./configure --prefix=$prefix
|
||||
@@ -55,7 +56,7 @@ requires version 1.10a or newer, as well as the xz program itself.
|
||||
|
||||
* xz *
|
||||
|
||||
git clone git://ctrl.tukaani.org/xz.git
|
||||
git clone https://git.tukaani.org/xz.git
|
||||
cd xz
|
||||
./autogen.sh
|
||||
./configure --prefix=$prefix
|
||||
|
||||
Reference in New Issue
Block a user