You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only MinGW compilers are supported. You can compile in Msys or
cross-compile in Cygwin with 32-bit or 64-bit MinGW toolchains.
For example, if using 64-bit Cygwin, install libtool, autoconf
and mingw64-x86_64-gcc-g++ by Cygwin installer. Then Download a release
and build. Build from Cygwin terminal by the following commands:
./configure --host=x86_64-w64-mingw32 --enable-static
make && make install DESTDIR="$HOME/shadowvpn-build"
Executables will be generated in $HOME/shadowvpn-build.