hey need help to build the wallet and the miner on linux!
tryed this:
git clone https://github.com/OpesCoin/OPES.git
cd OPES/src/
make USE_UPNP=- -f makefile.unix
getting this errors:
hash/scrypt-jane/code/scrypt-jane-romix-basic.h:8: warning: 'scrypt_romix_nop' defined but not used
/tmp/cc05h2We.s: Assembler messages:
/tmp/cc05h2We.s:88: Error: no such instruction: `vprotq xmm10,xmm10,13'
/tmp/cc05h2We.s:89: Error: no such instruction: `vprotq xmm11,xmm11,13'
/tmp/cc05h2We.s:94: Error: no such instruction: `vprotq xmm8,xmm8,39'
/tmp/cc05h2We.s:95: Error: no such instruction: `vprotq xmm9,xmm9,39'
/tmp/cc05h2We.s:118: Error: no such instruction: `vprotq xmm8,xmm8,13'
/tmp/cc05h2We.s:119: Error: no such instruction: `vprotq xmm9,xmm9,13'
/tmp/cc05h2We.s:124: Error: no such instruction: `vprotq xmm10,xmm10,39'
/tmp/cc05h2We.s:125: Error: no such instruction: `vprotq xmm11,xmm11,39'
make: *** [hash/scrypt-jane/scrypt-jane.o] Error 1