1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 14:58:01 +00:00

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.
This commit is contained in:
Harry Moreno 2014-03-31 19:05:49 -07:00
parent 9a2b9286e2
commit 74ec14664f

View File

@ -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