Updated Build and Install (markdown)
@@ -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.
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
As usual you can use options `CC`, `INSTALL`, `prefix` and `DESTDIR` to adapt to your use-cases.
|
|
||||||
Reference in New Issue
Block a user