X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Fbuildsource.sgml;h=8e4ee791fb96904b324a9d1649c55b90b90cb297;hp=3c05924b6734a3c1ad5d2295bf88aeea736d6a80;hb=5a5807409ae15a99c2e7365f292a6de0054257e3;hpb=137a54f05a90e845dc43c4c2508684916d948ead diff --git a/doc/source/buildsource.sgml b/doc/source/buildsource.sgml index 3c05924b..8e4ee791 100644 --- a/doc/source/buildsource.sgml +++ b/doc/source/buildsource.sgml @@ -3,15 +3,10 @@ Purpose : Entity included in other project documents. - $Id: buildsource.sgml,v 1.4 2002/04/18 10:20:53 oes Exp $ - - Written by and Copyright (C) 2001 the SourceForge - Privoxy team. http://www.privoxy.org/ - - Based on the Internet Junkbuster originally written - by and Copyright (C) 1997 Anonymous Coders and - Junkbusters Corporation. http://www.junkbusters.com + $Id: buildsource.sgml,v 1.8 2002/05/03 17:41:41 oes Exp $ + Copyright (C) 2001, 2002 Privoxy Developers + See LICENSE. ====================================================================== This file used for inclusion with other documents only. @@ -29,21 +24,25 @@ To build Privoxy from source, - autoheader, autoconf, autoconf, + GNU make - (gmake), and, of course, a C compiler are required. + (gmake), and, of course, a C compiler like gcc are required. When building from a source tarball (either release version or - nightly CVS tarball), first unpack the source: + nightly CVS + tarball), first unpack the source: tar xzvf privoxy-&p-version;-src* [.tgz or .tar.gz] cd privoxy-&p-version; - + @@ -57,7 +56,7 @@ cvs -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa login cvs -z3 -d:pserver:anonymous@cvs.ijbswa.sourceforge.net:/cvsroot/ijbswa co current cd current - + @@ -78,18 +77,18 @@ su 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 + automatically done for you by just typing: make - + @@ -103,6 +102,7 @@ url="../developer-manual/newrelease.html">developer manual. + For binary RPM installation, and other platforms, see the user-manual