summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJudemir Ribeiro <33242603+nioroso-x3@users.noreply.github.com>2018-04-04 18:00:29 -0300
committerGitHub <noreply@github.com>2018-04-04 18:00:29 -0300
commit2b806d938955a5da40b67919e7cd839a489ef31b (patch)
treed9e620684119e746bec91da5be4a9a3011165b95 /doc
parent97488564214c624fdbfd0af25c38cfb43aad09ae (diff)
downloadxmr-stak-2b806d938955a5da40b67919e7cd839a489ef31b.zip
xmr-stak-2b806d938955a5da40b67919e7cd839a489ef31b.tar.gz
Update compile_Linux.md
Diffstat (limited to 'doc')
-rw-r--r--doc/compile_Linux.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/compile_Linux.md b/doc/compile_Linux.md
index ae8e43d..33a3fbf 100644
--- a/doc/compile_Linux.md
+++ b/doc/compile_Linux.md
@@ -19,7 +19,7 @@ AMD ROCm should compile, but I cannot test it due to lack of hardware.
# Ubuntu
sudo apt install libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev
#install IBM developer tools or compile gcc 6.3.x yourself
- git clone https://github.com/fireice-uk/xmr-stak.git
+ git clone https://github.com/nioroso-x3/xmr-stak.git
mkdir xmr-stak/build
cd xmr-stak/build
cmake ..
@@ -29,7 +29,7 @@ AMD ROCm should compile, but I cannot test it due to lack of hardware.
sudo yum install centos-release-scl epel-release
sudo yum install cmake3 hwloc-devel libmicrohttpd-devel openssl-devel make
#install IBM developer tools or compile gcc 6.3.x yourself
- git clone https://github.com/fireice-uk/xmr-stak.git
+ git clone https://github.com/nioroso-x3/xmr-stak.git
mkdir xmr-stak/build
cd xmr-stak/build
cmake3 ..
OpenPOWER on IntegriCloud