Updated Build and Install (markdown)

Adrien Gallouët
2019-11-15 14:39:47 +01:00
parent 7e59873baa
commit ad5b882563

@@ -16,6 +16,12 @@ Finally, to install the stripped binary, call:
$ sudo make install $ sudo make install
This will install the binary in `/usr/bin` by default. This will install the stripped binary in `/usr/bin` by default.
As usual you can use options `CC`, `INSTALL`, `prefix` and `DESTDIR` to adapt to your use-cases. As usual you can use options `CC`, `INSTALL`, `prefix` and `DESTDIR` to adapt to your use-cases.
On Linux it is really easy to get a working glorytun without being root.
The only required capability is `CAP_NET_ADMIN`:
$ sudo setcap cap_net_admin=ep /usr/bin/glorytun