X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fbuildsource.sgml;h=8e4ee791fb96904b324a9d1649c55b90b90cb297;hb=52c8abca8514f97aca66c8e3f81cf95018ddd737;hp=e40d991b5e5711ade78eab9e7b2d6b603212f395;hpb=5a73e418fa170b0362734c9da5f4921cd413e5f5;p=privoxy.git diff --git a/doc/source/buildsource.sgml b/doc/source/buildsource.sgml index e40d991b..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.5 2002/04/18 12:11:50 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,7 +77,7 @@ su make -n install # (to see where all the files will go) make install # (to really install) - + @@ -89,7 +88,7 @@ make - +