From ce46752b60e282c0ea557bfbffff00111e2ca745 Mon Sep 17 00:00:00 2001 From: hugbubby Date: Sun, 20 May 2018 20:58:47 -0700 Subject: [PATCH] Expanded on gentoo section. --- docs/user-guide/install.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/install.md b/docs/user-guide/install.md index 8e1fd8f..1c375b0 100644 --- a/docs/user-guide/install.md +++ b/docs/user-guide/install.md @@ -81,8 +81,14 @@ i2pd packages are available at AUR: [release version](https://aur.archlinux.org/ ## Gentoo Linux -Install from Gentoo repository: [i2pd package](https://packages.gentoo.org/packages/net-vpn/i2pd). - +i2pd [has a working ebuild in the main gentoo repository](https://packages.gentoo.org/packages/net-vpn/i2pd). As of May 2018, the ebuild +is still listed as "unstable", and thus will request an exception in your package.keywords if you are using gentoo under the "stable" branch. +To install i2pd, enter the command: + + emerge --ask net-vpn/i2pd + +If you use gcc to compile packages and would like to enable cmake's hardening features, use the i2p-hardening flag (recommended). +If you intend to use the websocket server, enable the websocket flag. FreeBSD -------