Skip to content

Commit

Permalink
update readme, list debian/ubuntu required packages
Browse files Browse the repository at this point in the history
tested ok on Ubuntu 10.04 to 15.10, and debian 7
  • Loading branch information
tpruvot committed Dec 8, 2015
1 parent 69cfc00 commit 8631093
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ Algorithms
#### Currently supported
*__scrypt__ (Litecoin, Dogecoin, Feathercoin, ...)
*__scrypt:N__
*__scrypt-jane:N__
*__sha256d__ (Bitcoin, Freicoin, Peercoin/PPCoin, Terracoin, ...)
*__axiom__ (Axiom Shabal-256 based MemoHash)
*__bastion__ (Joincoin [J])
*__blake__ (Saffron [SFR] Blake-256)
*__bmw__ (Midnight [MDT] BMW-256)
*__cryptonight__ (Bytecoin [BCN], Monero)
Expand All @@ -47,6 +49,7 @@ Algorithms
*__x13__ (Sherlockcoin, [ACE], [B2B], [GRC], [XHC], ...)
*__x14__ (X14, Webcoin [WEB])
*__x15__ (RadianceCoin [RCE])
*__yescrypt__ (GlobalBoostY [BSTY], Unitus [UIS])
*__zr5__ (Ziftrcoin [ZRC])

#### Implemented, but untested
Expand Down Expand Up @@ -86,6 +89,9 @@ _OR_
* # Use -march=native if building for a single machine
* make

#### Note for Debian/Ubuntu users:
* apt-get install autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev

#### Notes for AIX users:
* To build a 64-bit binary, export OBJECT_MODE=64
* GNU-style long options are not supported, but are accessible via configuration file
Expand Down

0 comments on commit 8631093

Please sign in to comment.