# Ubuntu / Debian
sudo apt install -y libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev g++-5
git clone https://github.com/fireice-uk/xmr-stak.git
mkdir xmr-stak/build
cd xmr-stak/build
cmake ..
make install
gedit CMakeCache.txt # I haven't found a way to pass this parameter to cmake
# find CUDA_NVCC_FLAGS:STRING=
# change it to CUDA_NVCC_FLAGS:STRING=-ccbin gcc-5
# save, exit
echo "Press ENTER if you're done."
read
make
Nincsenek megjegyzések:
Megjegyzés küldése