From 4bf6477212e0dcb9fe4a00eb5b4e339119918d9f Mon Sep 17 00:00:00 2001 From: oes Date: Wed, 17 Apr 2002 13:54:25 +0000 Subject: [PATCH] Detail fixes --- doc/source/buildsource.sgml | 41 +++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 13 deletions(-) diff --git a/doc/source/buildsource.sgml b/doc/source/buildsource.sgml index d180c027..cc1d0fc1 100644 --- a/doc/source/buildsource.sgml +++ b/doc/source/buildsource.sgml @@ -3,7 +3,7 @@ Purpose : Entity included in other project documents. - $Id: buildsource.sgml,v 1.1 2002/04/04 06:48:37 hal9 Exp $ + $Id: buildsource.sgml,v 1.2 2002/04/06 05:07:28 hal9 Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -28,13 +28,14 @@ --> - There are several ways to install Privoxy. + To build Privoxy from source, + autoheader, autoconf,GNU make (gmake), and, of course, a C + compiler are required. - To build Privoxy from source, - autoconf and GNU make (gmake) are required. Source is available as gzipped - tar archives. For this, first unpack the source: + When building from a source tarball (either release version or + nightly CVS tarball), first unpack the source: @@ -44,11 +45,10 @@ - - For retrieving the current CVS sources, you'll need the CVS - package installed first. Note CVS source is development quality, - and may not be stable, or well tested. To download CVS source: + For retrieving the current CVS sources, you'll need CVS installed. + Note that sources from CVS are development quality, and may not be + stable, or well tested. To download CVS source: @@ -72,14 +72,29 @@ autoheader autoconf - ./configure (--help to see options) - make (the make from gnu, gmake for *BSD) + ./configure # (--help to see options) + make # (the make from gnu, gmake for *BSD) su - make -n install (to see where all the files will go) - make install (to really install) + make -n install # (to see where all the files will go) + make install # (to really install) + + + + + If you have gnu make, you can have the first four steps + automatically done for you by just typing + + + + + make + + in the freshly downloaded or unpacked source directory. + + Redhat and SuSE src and binary RPMs can be built with make redhat-dist or -- 2.39.2