Browse Source

added clarification for dependencies

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.
refactor
Harry Moreno 11 years ago
parent
commit
74ec14664f
  1. 8
      README.md

8
README.md

@ -68,6 +68,14 @@ sgminer-specific configuration options: @@ -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

Loading…
Cancel
Save