comuttun / portforwarder

PortForwarder

Home Page:http://toh.fuji-climb.org/pf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PortForwarder

The original website

http://toh.fuji-climb.org/pf/

License

This software license is originally provided at the author's site.

see LICENSE.txt.

Prerequisite

How to build

The following build procedure is based on the original procedure.

1. Clone Repository

  1. git clone --recursive https://github.com/comutt/portforwarder.git
  2. cd portforwarder

2. OpenSSL

  1. cd openssl
  2. perl Configure VC-WIN32
  3. ms\do_ms
  4. Replace /MD with /MT in ms\nt.mak
  5. nmake -f ms\nt.mak
  6. cd ..

3. zlib

  1. cd zlib
  2. cmake -DCMAKE_C_FLAGS_DEBUG=/MTd -DCMAKE_C_FLAGS_RELEASE=/MT .
  3. msbuild ALL_BUILD.vcxproj /p:configuration=Release
  4. cd ..

4. PortForwarder

  1. msbuild PortForwarder.vcxproj /p:configuration=Release

About

PortForwarder

http://toh.fuji-climb.org/pf/

License:Other


Languages

Language:C++ 62.1%Language:C 37.9%