TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
60 stars 33 forks source link

Need to add dep build instruction for bzip2. #7

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 8 years ago

Bzip2 with boost needs to have LIBRARY LIBBZ2 removed from the .def file in bzip before building, otherwise boost will build io_streams depending on a bzip dll, rather than incorporating source.

http://stackoverflow.com/a/4589941