Update README.md

This commit is contained in:
angt
2015-11-03 18:23:34 +01:00
parent 8b51e4613c
commit 5f269ec870

View File

@@ -1 +1,13 @@
# glorytun
glorytun depends on [libsodium](https://github.com/jedisct1/libsodium) version >= 1.0.4
and needs an AES-NI capable CPU.
To build and install the latest version:
$ git clone https://github.com/angt/glorytun
$ cd glorytun
$ ./autogen.sh
$ ./configure
$ make
# make install