From: Vincent Bernat Date: Fri, 5 May 2017 06:03:45 +0000 (+0200) Subject: installation: warn about GitHub releases X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7ce285b5e7c61946767ea2997a594ee6798164;p=thirdparty%2Flldpd.git installation: warn about GitHub releases --- diff --git a/content/installation.html b/content/installation.html index 2dd236cf..a3d4f39b 100644 --- a/content/installation.html +++ b/content/installation.html @@ -116,11 +116,12 @@ At least, you can [build _lldpd_ from source][]. This is the last resort method. Other methods are usually simpler. You first need to download the latest version -([{{ resource.meta.latestversion }}][lasttgz]). You need a working build -environment. +([{{ resource.meta.latestversion }}][lasttgz]) (do not download it +from GitHub, you would get an incomplete archive). You need a working +build environment. ::console - $ tar zxvf ~/download/lldpd-{{ resource.meta.latestversion }}.tar.gz + $ tar zxvf lldpd-{{ resource.meta.latestversion }}.tar.gz $ cd lldpd-{{ resource.meta.latestversion }} $ mkdir build $ cd build