audibleblink / holeysocks

Cross-Platform Reverse Socks Proxy in Go
GNU General Public License v3.0
25 stars 11 forks source link

Need Windows Compile Instructions #3

Closed ghost-ng closed 3 years ago

ghost-ng commented 3 years ago

Can you provides instructions for compiling a standalone binary on Windows?

audibleblink commented 3 years ago

Hey there. Provided you have a working go1.16+ development environment and Make is installed, it should be as easy as running make windows. If you don't want to/can't use make, just be sure the configs/ssh.json file exists, and from the project root run

go build
ghost-ng commented 3 years ago

thanks! I wasnt familiar with any "make" commands for windows, thanks for the tip