@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:
yourUsername@host:~$ git clone https://github.com/step1of2/step3of3
Now you have the folder
step3of3 in your home directory.
/home/yourUsername/step3of3Rename the folder
step3of3 to
Prototypecoin (if you want)
yourUsername@host:~$ mv step3of3 Prototypecoin
Next:
yourUsername@host:~/Prototypecoin/src$ chmod +x ./leveldb/build_detect_platform
yourUsername@host:~/Prototypecoin$ qmake
yourUsername@host:~/Prototypecoin$ make