securesocketfunneling / ssf

Secure Socket Funneling - Network tool and toolkit - TCP and UDP port forwarding, SOCKS proxy, remote shell, standalone and cross platform
https://securesocketfunneling.github.io/ssf/
Other
1.59k stars 234 forks source link

Mac compiling error? #45

Open DjShinter opened 7 years ago

DjShinter commented 7 years ago

I've been having issues with compiling, also the tutorial is confusing what file am i supposed to be getting and how to be able to execute them?

shins-Mac:ssf shin$ git submodule update --init --recursive
fatal: Not a git repository (or any of the parent directories): .git
shins-Mac:ssf shin$ cmake -DCMAKE_BUILD_TYPE=Release|Debug -DSSF_SECURITY:STRING="STANDARD|FORCE_TCP_ONLY" ../
-bash: Debug: command not found
shins-Mac:ssf shin$ 
jnardone commented 7 years ago

You need to specify Release OR Debug as the build type. What you have is being interpreted as a pipe by the shell.

securesocketfunneling commented 7 years ago

Hello,

New build instructions are available for OS X compilation.