Post
Topic
Board Announcements (Altcoins)
Re: PROTOTYPECOIN [PTY] STAKE 50000%
by
Poly#Crypto
on 22/02/2015, 20:00:27 UTC
@Poly#Crypto I'm not much familiar what to download from github
Can you please guide me with commands please

Use git clone. Open terminal and type:
Code:
yourUsername@host:~$ git clone https://github.com/step1of2/step3of3

Now you have the folder step3of3 in your home directory. /home/yourUsername/step3of3

Rename the folder step3of3 to Prototypecoin (if you want)
Code:
yourUsername@host:~$ mv step3of3 Prototypecoin

Next:
Code:
yourUsername@host:~/Prototypecoin/src$ chmod +x ./leveldb/build_detect_platform
yourUsername@host:~/Prototypecoin$ qmake
yourUsername@host:~/Prototypecoin$ make