cbnsndwch / badvpn

Automatically exported from code.google.com/p/badvpn
Other
0 stars 0 forks source link

How to build tun2socks on Windows #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Issue 12 has been merged into this issue.

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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

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