Skip to content

Commit

Permalink
Merge pull request #71 from dbear6/dev
Browse files Browse the repository at this point in the history
Updated README.md to include Fedora instructions
  • Loading branch information
psychocrypt committed Jul 31, 2017
2 parents 27f3069 + 34c0214 commit 7a4dc19
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,32 @@ http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Install.aspx
make
```

#### Usage on Linux (Fedora-based distros)

**Download the CentOS 7 AMD Driver**

http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Install.aspx

Do not install the full AMDGPU-PRO driver, as Fedora has a newer version of X11 than the driver works with, instead do the following on the AMDGPU-PRO Installer.

Press Y when it prompts to install OpenCL related packages. Ignore the DKMS errors.
```
sudo amdgpu-pro-install --compute
```

```
sudo dnf install ocl-icd-devel libmicrohttpd-devel openssl-devel cmake gcc-c++
cmake .
make
```

To run the miner with the newly installed OpenCL libraries, create a shell script in the bin folder containing the following

```
#!/bin/bash
LD_LIBRARY_PATH=/usr/lib64/amdgpu-pro-opencl/ ./xmr-stak-amd
```

GCC version 5.1 or higher is required for full C++11 support. CMake release compile scripts, as well as CodeBlocks build environment for debug builds is included.

#### Mining performance
Expand Down

0 comments on commit 7a4dc19

Please sign in to comment.