X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fbuildsource.sgml;h=8e4ee791fb96904b324a9d1649c55b90b90cb297;hb=d2634851d661efbb05d81bd4c584c3ed15e9b45c;hp=cc1d0fc1c0e385d2b159804c3221d02cfbf3c8db;hpb=4bf6477212e0dcb9fe4a00eb5b4e339119918d9f;p=privoxy.git diff --git a/doc/source/buildsource.sgml b/doc/source/buildsource.sgml index cc1d0fc1..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.2 2002/04/06 05:07:28 hal9 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,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 - + @@ -96,15 +96,13 @@ - 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, building on platforms with + special requirements etc, please consult the developer manual. + For binary RPM installation, and other platforms, see the user-manual