atavism / badvpn

Automatically exported from code.google.com/p/badvpn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build tun2socks on Windows

GoogleCodeExporter opened this issue · comments

This is not a issue!

I used tun2socks + ssh perfactly,  now I want to modify some 

function to fix my requests. Can you tell me how to build just tun2socks without

 any other software on Windows system ? 

Original issue reported on code.google.com by pzm200...@gmail.com on 9 May 2013 at 12:07

In the source code there's a file called INSTALL-WINDOWS with compilation 
instructions. To get tun2socks only, skip everything about NSS and OpenSSL, 
then in the cmake command, add these arguments:

-DBUILD_NOTHING_BY_DEFAULT=1 -DBUILD_TUN2SOCKS=1 -DBUILD_UDPGW=1

I'll update the file sometime to mention this.

Original comment by ambr...@gmail.com on 9 May 2013 at 3:23

Issue 12 has been merged into this issue.

Original comment by ambr...@gmail.com on 9 May 2013 at 3:24

[deleted comment]

Original comment by ambr...@gmail.com on 15 Dec 2013 at 9:26

  • Changed state: Invalid