mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 13:52:02 +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:
parent
9a2b9286e2
commit
74ec14664f
@ -69,6 +69,14 @@ sgminer-specific configuration options:
|
|||||||
--disable-adl-checks
|
--disable-adl-checks
|
||||||
--without-curses Do not compile support for curses TUI
|
--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
|
### *nix build instructions
|
||||||
|
|
||||||
If needed, place include headers (`*.h` files) from `ADL_SDK_*<VERSION>*.zip` in `sgminer/ADL_SDK`.
|
If needed, place include headers (`*.h` files) from `ADL_SDK_*<VERSION>*.zip` in `sgminer/ADL_SDK`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user