Bufius / vertminer-gpu

GPU miner for vertcoin
GNU General Public License v3.0
40 stars 36 forks source link

Without configure file #7

Closed deanguan closed 10 years ago

deanguan commented 10 years ago

While I follow http://vertcoin.org/gpu-miner-build-howto.html#mining to install wallet. Everything is fine, except the last step:./buildit.sh . The terminal msg below:

./buildit.sh: 2: ./buildit.sh: ./configure: not found make: *\ No targets specified and no makefile found. Stop. ./buildit.sh: 5: [: -a: unexpected operator stripping vertminer strip: vertminer:無此檔案

Then I trying to compile if by ./configure. There is no any configure file. How to install Vertcoin in Linux?

jamesstout commented 10 years ago

You may need to run ./autogen.sh

EDIT: or check out the 0.5.3 branch:

git checkout 0.5.3
deanguan commented 10 years ago

Hi, James. I download the zip file of 0.5.3 and extract it. It can be compiled. Thank you!