From: Michael Tremer Date: Fri, 29 Apr 2016 12:54:21 +0000 (-0400) Subject: INSTALL: Update build instructions X-Git-Tag: 0.9.27~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0c6a41a4af3a4bd6fc0cc7c64a9a8148fbaa1d3;p=pakfire.git INSTALL: Update build instructions Signed-off-by: Michael Tremer --- diff --git a/INSTALL b/INSTALL index ee9402a97..1ababdc4a 100644 --- a/INSTALL +++ b/INSTALL @@ -15,4 +15,10 @@ Requirements: Install instructions: -Run make && make install as the root user and you are done. +Run + + ./configure ... + make + make install + +as the root user and you are done.