X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fbuildsource.sgml;h=8e4ee791fb96904b324a9d1649c55b90b90cb297;hb=450621776cfd3ce17d1cbed25897bbba5def7998;hp=d1f4158b5b692a44520bf4ced192d3890da70184;hpb=5e2195df3a7d247074e406e2bf95563973f5c220;p=privoxy.git diff --git a/doc/source/buildsource.sgml b/doc/source/buildsource.sgml index d1f4158b..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.3 2002/04/17 13:54:25 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,20 +24,25 @@ To build Privoxy from source, - autoheader, autoconf,GNU make (gmake), and, of course, a C - compiler are required. + autoconf, + GNU make + (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; - + @@ -56,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 - + @@ -77,40 +77,32 @@ 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 - + in the freshly downloaded or unpacked source directory. - - Redhat and SuSE src and binary RPMs can be built with - make redhat-dist or - make suse-dist from unpacked sources. You - will need to run autoconf; autoheader; - ./configure beforehand. *BSD will require gmake (from - http://www.gnu.org). - - - For more detailed instructions on how to build Redhat and SuSE RPMs, - Windows self-extracting installers etc, please consult the developer manual. + For binary RPM installation, and other platforms, see the user-manual