From 1fdbf43c299ff44d46e67251f4fc8cdeb967223b Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 26 Apr 2020 02:11:24 +0300 Subject: [PATCH] (hopefully) Better wording --- BUILDING | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILDING b/BUILDING index 26aa560..d75336a 100644 --- a/BUILDING +++ b/BUILDING @@ -6,10 +6,9 @@ Prerequisites for building from sources: ocaml (4.10) [http://ocaml.org/] If not present will be downloaded from the network and built/used locally without system-wide installation. - Downloading will try to use: + Download requires either: wget [https://www.gnu.org/software/wget/] or curl [https://curl.haxx.se/] - To download mupdf+prerequisites that llpp is known to work with: llpp% mkdir build && sh misc/getmupdf.sh build/mupdf -- 2.11.4.GIT