X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fbuildsource.sgml;h=f7ac862d89fb459871c9cbb8935661a029942fc1;hb=6fc97b0bf14ca1086b5aa206699694d7d77bcd89;hp=e128d04dae1f082dbc648ea1052d67ccf4ba779b;hpb=d09495686ceb54f830dfecefcdfdde1061cc8f33;p=privoxy.git diff --git a/doc/source/buildsource.sgml b/doc/source/buildsource.sgml index e128d04d..f7ac862d 100644 --- a/doc/source/buildsource.sgml +++ b/doc/source/buildsource.sgml @@ -3,9 +3,9 @@ Purpose : Entity included in other project documents. - $Id: buildsource.sgml,v 2.11 2006/10/14 23:06:48 hal9 Exp $ + $Id: buildsource.sgml,v 2.17 2009/02/21 13:27:58 hal9 Exp $ - Copyright (C) 2001-2006 Privoxy Developers http://privoxy.org + Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ See LICENSE. ====================================================================== @@ -18,7 +18,7 @@ This file is included into: user-manual - README + INSTALL --> @@ -42,8 +42,8 @@ - tar xzvf privoxy-&p-version;-src* [.tgz or .tar.gz] - cd privoxy-&p-version; + tar xzvf privoxy-&p-version;-src.tar.gz + cd privoxy-&p-version; @@ -144,7 +144,8 @@ ./configure --disable-toggle --disable-editor --disable-force -Then build as above. +Then build as above. In Privoxy 3.0.7 and later, all of these options +can also be disabled through the configuration file. WARNING: If installing as root, the install will fail @@ -224,11 +225,13 @@ Then build as above. If install finds previous versions of local configuration files, most of these will not be overwritten, and the new ones will be installed with a - new extension. default.action, default.filter, and - standard.action will be overwritten. You will then need - to manually update the other installed configuration files as needed. All - template files will be overwritten. If you have customized, local templates, - you should save these first, and in fact it is wise to always save any + new extension. default.action and default.filter + will be overwritten. You will then need + to manually update the other installed configuration files as needed. The + default template files will be overwritten. If you have + customized, local templates, these should be stored safely in a separate + directory and defined in config by the + templdir directive. It is of course wise to always back-up any important configuration files just in case. If a previous version of Privoxy is already running, you will have to restart it manually. @@ -238,7 +241,7 @@ Then build as above. For more detailed instructions on how to build Redhat RPMs, Windows self-extracting installers, building on platforms with special requirements etc, please consult the developer manual. + url="http://www.privoxy.org/developer-manual/newrelease.html">developer manual.