Bitcoin Forum
July 16, 2024, 08:35:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: Installing zcash in ubuntu  (Read 1527 times)
sengazumi (OP)
Member
**
Offline Offline

Activity: 107
Merit: 100


View Profile WWW
October 30, 2016, 10: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
dr04
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
October 30, 2016, 06:19:22 PM
 #2

The same problem fix:
make clean
/build $ cmake -DXENON=1 ../nheqminer/
make -j3
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!