Update README.md

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2017-11-17 08:32:48 +00:00
parent 7859746f66
commit bc5d622169

View File

@@ -6,10 +6,20 @@ Small, Simple and Stupid VPN over [mud](https://github.com/angt/mud).
Glorytun depends on [libsodium](https://github.com/jedisct1/libsodium) version >= 1.0.4.
To build and install the latest version:
Grab the latest release from github:
$ git clone https://github.com/angt/glorytun --recursive --branch mud
$ git clone https://github.com/angt/glorytun --recursive
$ cd glorytun
To build and install the latest version with [meson](http://mesonbuild.com):
$ meson --buildtype=release build
$ cd build
$ ninja
# ninja install
Or with the more classical autotools suite:
$ ./autogen.sh
$ ./configure
$ make