X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=INSTALL;h=35144e87c6e9d6f30c89b90b13895630be6bcc3d;hp=a6c4c1076f83f973cea68d2abbcfa6023146b138;hb=82d457d1f5a21fd9c1cad0aca6767753a01fe7fd;hpb=af54618c059fd116d88387645cf6c689c658a56e diff --git a/INSTALL b/INSTALL index a6c4c107..35144e87 100644 --- a/INSTALL +++ b/INSTALL @@ -4,7 +4,7 @@ * * Purpose : INSTALL file to help with installing from source. * - * Copyright : Written by and Copyright (C) 2001-2007 the SourceForge + * Copyright : Written by and Copyright (C) 2001-2008 the SourceForge * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written @@ -33,15 +33,15 @@ *********************************************************************/ -━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +------------------------------------------------------------------------------- To build Privoxy from source, autoconf, GNU make (gmake), and, of course, a C compiler like gcc are required. When building from a source tarball, first unpack the source: - tar xzvf privoxy-3.0.7-beta-src* [.tgz or .tar.gz] - cd privoxy-3.0.7-beta + tar xzvf privoxy-3.0.8-src* [.tgz or .tar.gz] + cd privoxy-3.0.8 For retrieving the current CVS sources, you'll need a CVS client installed. @@ -157,11 +157,12 @@ 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 important configuration files "just in case". If a -previous version of Privoxy is already running, you will have to restart it -manually. +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. For more detailed instructions on how to build Redhat RPMs, Windows self-extracting installers, building on platforms with special requirements