Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Commit

Permalink
added clarification for dependencies
Browse files Browse the repository at this point in the history
Improved clarity of dependencies by adding example of how to install dependencies using apt-get. It was not clear whether `autoreconf -i` would install the dependencies or not. And how to install the dependencies if a user doesn't know how.
  • Loading branch information
morenoh149 committed Apr 1, 2014
1 parent 9a2b928 commit 74ec146
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ sgminer-specific configuration options:
--disable-adl Override detection and disable building with adl
--disable-adl-checks
--without-curses Do not compile support for curses TUI

#### Debian Example

apt-get install libcurl4-openssl-dev
apt-get install pkg-config
apt-get install libtool
apt-get install libncurses5-dev
AMD APP SDK and AMD ADL SDK must be downloaded from the amd websites.

### *nix build instructions

Expand Down

0 comments on commit 74ec146

Please sign in to comment.