Gentoo: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
(update list of available software)
(add link to bitcoin article on gentoo wiki)
 
(One intermediate revision by the same user not shown)
Line 64: Line 64:
* amd-adl-sdk
* amd-adl-sdk


== ebuild Development ==
== Ebuild development ==
Come to Freenode #bitcoin-gentoo and indicate your gitorious account name if you would like commit access.
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