[Privoxy-commits] [privoxy] 07/13: add another step in the windows repease process

User Git git at git.privoxy.org
Sat Apr 10 19:08:09 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 3999d4ae3fa89f999c38d2655e6b2d3188e60c06
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Sat Apr 10 13:25:54 2021 -0400

    add another step in the windows repease process
    
    - verify that you have current software for the libraries
---
 doc/source/developer-manual.sgml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml
index 966ec0b7..14f61bcb 100644
--- a/doc/source/developer-manual.sgml
+++ b/doc/source/developer-manual.sgml
@@ -2599,6 +2599,23 @@ make tarball-dist
         <!-- XXX  ??? are we still basing releases off a tarball???
           -->
       </para>
+
+      <para>
+        Check that you have the current versions of the
+        <ulink url="https://sourceforge.net/projects/nsis/files/NSIS%203/">
+                    NSIS installer</ulink>,
+        <ulink url="https://ftp.pcre.org/pub/pcre/">PCRE library</ulink>,
+        <ulink url="https://tls.mbed.org/download">MBED TLS library</ulink>,
+        <ulink url="https://github.com/google/brotli/releases">
+                    Brotli library</ulink>,
+        and that the <emphasis>MAKENSIS</emphasis> evar in
+        <filename>windows/GNUMakefile</filename>
+        points to the NSIS installer program.  (See the
+        <ulink url="../user-manual/installation.html#WINBUILD-CYGWIN">
+        <emphasis>Building from Source / Windows</emphasis></ulink>
+        section of the User Manual for details.)
+      </para>
+
       <para>
         Then you can build the package.  This is fully automated, and is
         controlled by <filename>windows/GNUmakefile</filename>.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list