From de8d5545678b2a85256534132a64926e66f779ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Mon, 13 Jan 2020 10:28:30 +0100 Subject: [PATCH] Updated Build and Install (markdown) --- Build-and-Install.md => Installation.md | 6 ++++++ 1 file changed, 6 insertions(+) rename Build-and-Install.md => Installation.md (80%) diff --git a/Build-and-Install.md b/Installation.md similarity index 80% rename from Build-and-Install.md rename to Installation.md index d39834d..8d10a18 100644 --- a/Build-and-Install.md +++ b/Installation.md @@ -1,3 +1,9 @@ +Glorytun only depends on [libsodium](https://github.com/jedisct1/libsodium) version >= 1.0.4. +Which can be installed on a wide variety of systems. + +Linux is the platform of choice but the code is standard so it should be easily ported on other posix systems. +It was successfully tested on OpenBSD, FreeBSD and MacOS. + You will need `git`, `make`, `gcc` (or `clang`) and `libsodium`: $ sudo apt install git make gcc libsodium-dev # debian based