Files
glorytun/README.md
Adrien Gallouët bc5d622169 Update README.md
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
2017-11-17 08:32:48 +00:00

706 B

π₁(Glorytun)=0

Small, Simple and Stupid VPN over mud.

Build and Install

Glorytun depends on libsodium version >= 1.0.4.

Grab the latest release from github:

$ git clone https://github.com/angt/glorytun --recursive
$ cd glorytun

To build and install the latest version with meson:

$ meson --buildtype=release build
$ cd build
$ ninja
# ninja install

Or with the more classical autotools suite:

$ ./autogen.sh
$ ./configure
$ make
# make install

For feature requests and bug reports, please create an issue.