Created Build and Install (markdown)

Adrien Gallouët
2019-11-12 11:37:44 +01:00
parent 6a27dc8302
commit 690d26541b

14
Build-and-Install.md Normal file

@@ -0,0 +1,14 @@
You will need `git`, `make`, `gcc` and `libsodium`:
$ sudo apt install git make gcc libsodium-dev # debian based
$ sudo yum install git make gcc libsodium-devel # redhat based
To build and install the latest release from github:
$ git clone https://github.com/angt/glorytun --recursive
$ cd glorytun
$ sudo make install
This will install the binary in `/usr/bin` by default.
The more classical autotools suite is also available.