add installation instructions for Gentoo
This commit is contained in:
parent
912a8d8301
commit
756f58b581
1 changed files with 9 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
1. [Installation](#Installation)
|
1. [Installation](#Installation)
|
||||||
1. [Windows](#WindowsInstallation)
|
1. [Windows](#WindowsInstallation)
|
||||||
2. [Linux/BSD/MacOSX/POSIX](#PosixInstallation)
|
2. [Linux/BSD/MacOSX/POSIX](#PosixInstallation)
|
||||||
|
1. [Gentoo Linux](#GentooInstallation)
|
||||||
2. [Configuration](#Configuration)
|
2. [Configuration](#Configuration)
|
||||||
3. [Controlling and Querying btcd via btcctl](#BtcctlConfig)
|
3. [Controlling and Querying btcd via btcctl](#BtcctlConfig)
|
||||||
4. [Mining](#Mining)
|
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/...`
|
* To upgrade, run the following command: `$ go get -u github.com/btcsuite/btcd/...`
|
||||||
* Run btcd: `$ 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" />
|
<a name="Configuration" />
|
||||||
**2.2 Configuration**<br />
|
**2.2 Configuration**<br />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue