X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Fbuildsource.sgml;h=7789248775b2134e5857103105abc4f065f79e00;hp=4225a2cb9a24a14e2ab5b4c18a2a50e3de72cf5b;hb=HEAD;hpb=100f48795eee7d2996bff48871bf745af01811c7 diff --git a/doc/source/buildsource.sgml b/doc/source/buildsource.sgml index 4225a2cb..77892487 100644 --- a/doc/source/buildsource.sgml +++ b/doc/source/buildsource.sgml @@ -29,16 +29,12 @@ When building from a source tarball, - first unpack the source: - tar xzvf privoxy-&p-version;-src.tar.gz - cd privoxy-&p-version; +tar xzvf privoxy-&p-version;-src.tar.gz +cd privoxy-&p-version; @@ -46,8 +42,8 @@ - cd <root-dir> - git clone https://www.privoxy.org/git/privoxy.git +cd <root-dir> +git clone https://www.privoxy.org/git/privoxy.git @@ -81,38 +77,39 @@ /etc/passwd might then look like: - privoxy:*:7777:7777:privoxy proxy:/no/home:/no/shell +privoxy:*:7777:7777:privoxy proxy:/no/home:/no/shell And then /etc/group, like: - privoxy:*:7777: +privoxy:*:7777: Some binary packages may do this for you. - Then, to build from either unpacked tarball or CVS source: + Then, to build from either unpacked tarball or Git checkout: - - autoheader - autoconf - ./configure # (--help to see options) - make # (the make from GNU, sometimes called gmake) - su # Possibly required - make -n install # (to see where all the files will go) - make -s install # (to really install, -s to silence output) + +autoheader +autoconf +./configure # (--help to see options) +make # (the make from GNU, sometimes called gmake) +su # Possibly required +make -n install # (to see where all the files will go) +make -s install # (to really install, -s to silence output) + Using GNU make, you can have the first four steps automatically done for you by just typing: - - make + +make @@ -124,8 +121,9 @@ users cannot easily bypass the proxy (e.g. Go There Anyway), or alter their own configurations, configure like this: - - ./configure --disable-toggle --disable-editor --disable-force + +./configure --disable-toggle --disable-editor --disable-force + Note that all of these options can also be disabled through the configuration file. @@ -153,8 +151,8 @@ on the make command line, but be sure both already exist: - - make -s install USER=privoxy GROUP=privoxy + +make -s install USER=privoxy GROUP=privoxy The default installation path for make install is