Total Pageviews

Sunday, 11 November 2018

wireguard的第三方客户端程序tunsafe开源了,编译tunsafe的mac版

TunSafe is now available for Linux, FreeBSD, and OSX. To get started, you need to download the source code and build the executable.
The source code of TunSafe can be found at https://github.com/TunSafe/TunSafe.

Building on Linux

$ sudo apt-get install clang-6.0 
$ git clone https://github.com/TunSafe/TunSafe.git
$ cd TunSafe
$ sh ./build_linux.sh

Building on FreeBSD

$ sudo pkg install gcc7
$ git clone https://github.com/TunSafe/TunSafe.git
$ cd TunSafe
$ sh ./build_freebsd.sh

Building on OSX

$ git clone https://github.com/TunSafe/TunSafe.git
$ cd TunSafe
$ sh ./build_osx.sh
from https://tunsafe.com/development
(https://github.com/TunSafe/TunSafe)

No comments:

Post a Comment