This software license is originally provided at the author's site.
see LICENSE.txt.
- Microsoft Visual Studio 2013
- Multibyte MFC Library for Visual Studio 2013
- CMake
The following build procedure is based on the original procedure.
git clone --recursive https://github.com/comutt/portforwarder.git
cd portforwarder
cd openssl
perl Configure VC-WIN32
ms\do_ms
- Replace
/MD
with/MT
in ms\nt.mak nmake -f ms\nt.mak
cd ..
cd zlib
cmake -DCMAKE_C_FLAGS_DEBUG=/MTd -DCMAKE_C_FLAGS_RELEASE=/MT .
msbuild ALL_BUILD.vcxproj /p:configuration=Release
cd ..
msbuild PortForwarder.vcxproj /p:configuration=Release