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