Lee
2016-01-21 15:00:34 UTC
+ 147) Improve "Building from Source" section in the user manual.
+ A common problem seems to be that it's not obvious to non-technical
+ users how the listed dependencies can be installed on the commonly
+ used platforms. Adding a couple of examples should also be useful for
+ technical users (like Privoxy developers) who want to install or test
+ Privoxy on platforms they are not familiar with.
Building from source on Windows using Cygwin requires requires an old,+ A common problem seems to be that it's not obvious to non-technical
+ users how the listed dependencies can be installed on the commonly
+ used platforms. Adding a couple of examples should also be useful for
+ technical users (like Privoxy developers) who want to install or test
+ Privoxy on platforms they are not familiar with.
unsupported version of cygwin. Tips/hints on where to begin making
the changes required to do cross-compiling - eg
autoheader
autoconf
./configure --build=i686-pc-cygwin --host=i686-pc-mingw32
make
would be appreciated
Lee