summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigorii Sokolik <g.sokol99@g-sokol.info>2020-10-17 16:52:17 +0100
committerPádraig Brady <P@draigBrady.com>2020-10-17 16:53:35 +0100
commitdb3131adb8506bf47b7ab5bdbd18e7a5a502a7a0 (patch)
treedbf973e8f1bdfcb58a648513f339d2c6498c1d94
parentebaffa5094f3eb55ad0d1c1014e4395896d5684e (diff)
maint: update docs for build prerequisites
* README-prereq: Explicitly pull tags, and update the xz git repo url.
-rw-r--r--README-prereq3
1 files changed, 2 insertions, 1 deletions
diff --git a/README-prereq b/README-prereq
index fdf89fecd..16684a8b8 100644
--- a/README-prereq
+++ b/README-prereq
@@ -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