Skip to content

Commit

Permalink
add installation instructions for Gentoo
Browse files Browse the repository at this point in the history
  • Loading branch information
justusranvier committed Nov 8, 2015
1 parent 912a8d8 commit 756f58b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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`

<a name="GentooInstallation" />
**2.1.2.1 Gentoo Linux Installation**<br />

* 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`

<a name="Configuration" />
**2.2 Configuration**<br />

Expand Down

0 comments on commit 756f58b

Please sign in to comment.