Updated Build and Install (markdown)
@@ -1,14 +1,13 @@
|
|||||||
You will need `git`, `make`, `gcc` and `libsodium`:
|
You will need `git`, `make`, `gcc` and `libsodium`:
|
||||||
|
|
||||||
$ sudo apt install git make gcc libsodium-dev # debian based
|
$ sudo apt install git make gcc libsodium-dev # debian based
|
||||||
$ sudo yum install git make gcc libsodium-devel # redhat based
|
$ sudo yum install git make gcc libsodium-devel # redhat based
|
||||||
|
|
||||||
To build and install the latest release from github:
|
To build and install the latest release from github:
|
||||||
|
|
||||||
$ git clone https://github.com/angt/glorytun --recursive
|
$ git clone https://github.com/angt/glorytun --recursive
|
||||||
$ cd glorytun
|
$ cd glorytun
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
|
||||||
This will install the binary in `/usr/bin` by default.
|
This will install the binary in `/usr/bin` by default.
|
||||||
|
|
||||||
The more classical autotools suite is also available.
|
The more classical autotools suite is also available.
|
||||||
Reference in New Issue
Block a user