From caaf86f51f9ae606987d99ed1f326f7ef886fa6e Mon Sep 17 00:00:00 2001 From: malc Date: Fri, 27 Jan 2012 16:18:31 +0400 Subject: [PATCH] Expand --- BUILDING | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILDING b/BUILDING index f5b57d1..0c6334f 100644 --- a/BUILDING +++ b/BUILDING @@ -15,7 +15,9 @@ To build llpp "the easy way" one can invoke `sh buildall.sh' which will first attempt to automatically fetch lablGL, mupdf, mupdf's prerequisites and build them, then, if everything goes fine, it will proceed building llpp itself. Note that OCaml and GLUT still need to -be installed separately. +be installed separately, also, in addition to the usual suspects (i.e. +GCC, make, binutils, OCaml) you will need `wget' and `git' for this +script to work. Otherwise, provided that all prereqs are already built, one should invoke `sh build.sh' from the top of llpp's directory, prior to that -- 2.11.4.GIT