Post
Topic
Board Service Announcements (Altcoins)
Re: ROKOS | OS with integrated Bitcoin OKCash Litecoin Dogecoin for Raspberry PI IoT
by
sanitarium616
on 14/12/2015, 15:21:50 UTC
Hey

I'm trying to install MetalCoin from:  https://github.com/Metalde/MetalCoin

but whenever i do "./autogen.sh" it comes back with "bash: ./autogen.sh: no such file or directory"

i've got the git hub files cloned to ~/bin/MetalCoin

am i missing anything?

thanks in advance

sani

Try it like it OKtoshi wrote:

- git clone http://[githubofaltcoin]

- cd altcoin

- cd src

- make -f makefile.unix USE_UPNP=-

maybe you also need to make: mkdir obj

I did the commands you mentioned,
 the mkdir obj says it already exists,
but when i try "make -f makefile.unix USE_UPNP=" it comes back with "zerocoin/Accumulator.cpp:106:1: fatal error: opening dependency file obj/zerocoin/Accumulator.d: No such file or directory
compilation terminated.
makefile.unix:205: recipe for target 'obj/zerocoin/Accumulator.o' failed
make: *** [obj/zerocoin/Accumulator.o] Error 1"

i can't make anything of the error as i'm only used to .deb files and the apt-get install command