summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyle Bruene <kyle@bruene.email>2017-02-17 14:49:02 -0600
committerGitHub <noreply@github.com>2017-02-17 14:49:02 -0600
commite7bb9f23e3c04977f59958290d8e94a7e2705190 (patch)
tree848319dee6755550364c66a2a67427e1577da21c /README.md
parent20b2820a064a4cc8748e9ed4856728ddb4821ebc (diff)
downloadxmr-stak-e7bb9f23e3c04977f59958290d8e94a7e2705190.zip
xmr-stak-e7bb9f23e3c04977f59958290d8e94a7e2705190.tar.gz
Update README.md
I thought it might be best to add a few more dependencies to the example script as these do not come installed by default. Also added a link to the AMD GPU version.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7610d9e..48f33d1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
### XMR-Stak-CPU - Monero mining software
-XMR-Stak is a universal Stratum pool miner. This is the CPU-mining version, but I'm planning to release Nvidia and AMD GPU versions too.
+XMR-Stak is a universal Stratum pool miner. This is the CPU-mining version; there is also an [AMD GPU version](https://github.com/fireice-uk/xmr-stak-amd). An NVIDIA GPU version is being planned.
#### Usage on Windows
@@ -37,9 +37,9 @@ wVz6+vh6nZDozQLHfkjdR/72Rsn6POl04vO9x0HGZ/oT3KBgMcpZ6ksFprxv6nY=
-----END PGP SIGNATURE-----
```
-#### Usage on Linux
+#### Usage on Linux (Debian-based distros)
```
- sudo apt-get install libmicrohttpd-dev
+ sudo apt-get install libmicrohttpd-dev libssl-dev cmake build-essential
cmake .
make
```
OpenPOWER on IntegriCloud