75b2903ac23c463122efce331cefaa7ef44f5742
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
Glorytun
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 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.
Description
Languages
C
73.8%
M4
17%
Shell
3.9%
Makefile
2.7%
Meson
2.6%