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

@ -69,6 +69,14 @@ sgminer-specific configuration options: @@ -69,6 +69,14 @@ sgminer-specific configuration options:
--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
If needed, place include headers (`*.h` files) from `ADL_SDK_*<VERSION>*.zip` in `sgminer/ADL_SDK`.

Loading…
Cancel
Save