From 756f58b581fddb0bc30d72f4213f27c5482cda79 Mon Sep 17 00:00:00 2001 From: Justus Ranvier Date: Sun, 8 Nov 2015 14:55:08 -0600 Subject: [PATCH] add installation instructions for Gentoo --- docs/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/README.md b/docs/README.md index 39dc17b2..4be4cb33 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,6 +4,7 @@ 1. [Installation](#Installation) 1. [Windows](#WindowsInstallation) 2. [Linux/BSD/MacOSX/POSIX](#PosixInstallation) + 1. [Gentoo Linux](#GentooInstallation) 2. [Configuration](#Configuration) 3. [Controlling and Querying btcd via btcctl](#BtcctlConfig) 4. [Mining](#Mining) @@ -77,6 +78,14 @@ details on how to install on the supported operating systems. * To upgrade, run the following command: `$ go get -u github.com/btcsuite/btcd/...` * Run btcd: `$ btcd` + +**2.1.2.1 Gentoo Linux Installation**
+ +* Install Layman and enable the Bitcoin overlay. + * https://gitlab.com/bitcoin/gentoo +* Copy or symlink `/var/lib/layman/bitcoin/Documentation/package.keywords/btcd-live` to `/etc/portage/package.keywords/` +* Install btcd: `$ emerge net-p2p/btcd` +
**2.2 Configuration**