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