Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CRAIG] CraigsCoin | CLASSIFIED ADS ON BLOCKCHAIN 5+ POD BITTREX, CRYPTSY
by
maqa71
on 05/10/2014, 18:26:18 UTC

Could you please walk me through that. I'm in the src/leveldb folder and I don't know where to go from there.

You need to
Code:
chmod +x build_detect_platform
then run
Code:
make

so this is what I did. What am I doing wrong. I really appriciate all your help.
Code:
user@computer:~/Apps/CraigsCoin-wallets/src/leveldb$ chmod +x build_detect_platform
user@computer:~/Apps/CraigsCoin-wallets/src/leveldb$ make
make: *** No targets specified and no makefile found.  Stop.

Weird, there should be a file named "src/leveldb/Makefile".

Try
Code:
make -f Makefile

If you still get the error try download the source again.