From 5f269ec8705e980e5017d1a57b1aee56b303809c Mon Sep 17 00:00:00 2001 From: angt Date: Tue, 3 Nov 2015 18:23:34 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index dc61adb..11405c4 100644 --- a/README.md +++ b/README.md @@ -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