Author

Topic: Installing zcash in ubuntu (Read 1537 times)

newbie
Activity: 2
Merit: 0
October 30, 2016, 01:19:22 PM
#2
The same problem fix:
make clean
/build $ cmake -DXENON=1 ../nheqminer/
make -j3
member
Activity: 107
Merit: 100
October 30, 2016, 05:50:46 AM
#1
Im doing this to install and create a miner


sudo apt-get install qt5-default

git clone https://github.com/nicehash/nheqminer.git
cd nheqminer
mkdir build
cd build
qmake ../nheqminer/nheqminer.pro
make        after running "make" i get following error:

../nheqminer/3rdparty/boost/predef/architecture/x86.h:8:46: fatal error: boost/predef/architecture/x86/32.h: No such file or directory
compilation terminated.
Makefile:1859: recipe for target 'main.o' failed
make: *** [main.o] Error 1
Jump to: