Gentoo: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
(Created page with "== Bitcoin under Gentoo Linux == Check out the [http://github.com/bitcoin-gentoo/bitcoin_gentoo_ebuild Overlay] for ebuilds. Setup instructions can be found [http://github.com/b...")
 
(add link to bitcoin article on gentoo wiki)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Bitcoin under Gentoo Linux ==
== Bitcoin under Gentoo Linux ==


Check out the [http://github.com/bitcoin-gentoo/bitcoin_gentoo_ebuild Overlay] for ebuilds. Setup instructions can be found [http://github.com/bitcoin-gentoo/bitcoin_gentoo_ebuild/wiki/Using-the-ebuilds here].
Check out the [https://gitlab.com/bitcoin/gentoo overlay] for ebuilds. Setup instructions can be found [https://gitlab.com/bitcoin/gentoo/blob/master/README here] or simply type "layman -a bitcoin" to add the overlay.


=== ebuild Development ===
== Available software ==
Come to Freenode #bitcoin-gentoo and indicate your github account name if you would like commit access.
 
=== app-crypt ===
* opentxs
 
=== app-misc ===
* [[Moneychanger|moneychanger]]
 
=== dev-libs ===
* libbacktrace
* libbase58
* libsecp256k1
* msgpack
* univalue
 
=== dev-python ===
* amodem
* anynumber
* bitcoinrpc
* pbkdf2
* [[Pycoin|pycoin]]
 
=== dev-util ===
* bitcoin-tx
 
=== net-libs ===
* [[Libbitcoin Consensus|libbitcoinconsensus]]
* libblkmaker
* libwally-core
* opendht
* opentxs-proto
 
=== net-mail ===
* bmwrapper
 
=== net-misc ===
* [[BFGMiner|bfgminer]]
 
=== net-p2p ===
* Sia
* [[Armory|armory]]
* bitcoin-cli
* [[Bitcoin Core|bitcoin-qt]]
* [[bitcoind]]
* c-lightning
* [[Libbitcoin|libbitcoin]]
* namecoin
* opentxs-sequencer
* pushpool
* [[Bitmessage|pybitmessage]]
* pybitmessage-daemon
* rippled
* twisterd
 
=== virtual ===
* bitcoin-leveldb
* python-serviceproxy
 
=== x11-libs ===
* amd-adl-sdk
 
== Ebuild development ==
Come to Freenode #bitcoin-gentoo and indicate your GitLab account name if you would like commit access.
 
== See also ==
* [https://wiki.gentoo.org/wiki/Bitcoin Bitcoin] - article on Gentoo Wiki

Latest revision as of 13:34, 27 January 2018

Bitcoin under Gentoo Linux

Check out the overlay for ebuilds. Setup instructions can be found here or simply type "layman -a bitcoin" to add the overlay.

Available software

app-crypt

  • opentxs

app-misc

dev-libs

  • libbacktrace
  • libbase58
  • libsecp256k1
  • msgpack
  • univalue

dev-python

  • amodem
  • anynumber
  • bitcoinrpc
  • pbkdf2
  • pycoin

dev-util

  • bitcoin-tx

net-libs

net-mail

  • bmwrapper

net-misc

net-p2p

virtual

  • bitcoin-leveldb
  • python-serviceproxy

x11-libs

  • amd-adl-sdk

Ebuild development

Come to Freenode #bitcoin-gentoo and indicate your GitLab account name if you would like commit access.

See also