summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-07-17 18:09:52 +0100
committerfireice-uk <fireice-uk@users.noreply.github.com>2017-07-17 18:09:52 +0100
commitaa8eb18698a311e1ccc0f97f987a111cc3eb113f (patch)
tree88b26b727f6a2611b41d5b3ef4cb0722e759fe64 /README.md
parent92f7f502e3306bcbf1f91b5967154c760407a468 (diff)
downloadxmr-stak-aa8eb18698a311e1ccc0f97f987a111cc3eb113f.zip
xmr-stak-aa8eb18698a311e1ccc0f97f987a111cc3eb113f.tar.gz
Cleanup doc files
Diffstat (limited to 'README.md')
-rw-r--r--README.md38
1 files changed, 4 insertions, 34 deletions
diff --git a/README.md b/README.md
index bd6de8b..993cd29 100644
--- a/README.md
+++ b/README.md
@@ -41,42 +41,12 @@ xXl2Nm/u3cPP/eQVrZz5H8eACwIv+LL1EV+9uLanWUa+IO5hHr3KElvKNKD6vN0=
=vGQV
-----END PGP SIGNATURE-----
```
-## Compile for Windows
+## Compile guides
-- see [WINCOMPILE.md](WINCOMPILE.md)
+- [Free BSD](FREEBSDCOMPILE.md)
+- [Linux](LINUXCOMPILE.md)
+- [Windows](WINCOMPILE.md)
-## Compile on Linux
-
-### GNU Compiler
-```
- # Ubuntu / Debian
- sudo apt-get install libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev
- cmake .
-
- # Fedora
- sudo dnf install gcc gcc-c++ hwloc-devel libmicrohttpd-devel openssl-devel cmake
- cmake .
-
- # CentOS
- sudo yum install centos-release-scl cmake3 hwloc-devel libmicrohttpd-devel openssl-devel
- sudo yum install devtoolset-4-gcc*
- sudo scl enable devtoolset-4 bash
- cmake3 .
-
- make install
-```
-
-- g++ 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.
-
-### To do a static build for a system without gcc 5.1+
-```
- cmake -DCMAKE_LINK_STATIC=ON .
- make install
-```
-Note - cmake caches variables, so if you want to do a dynamic build later you need to specify '-DCMAKE_LINK_STATIC=OFF'
-
-
-You can find a complete compile guide under [Advanced Compile Options](#advanced-compile-options).
#### CPU mining performance
OpenPOWER on IntegriCloud