Hello,
I am trying to install BitCore in ubuntu using its tar.gz file downloaded in
https://github.com/LIMXTEC/BitCore/releases, but I am not being able to install it from the tar.gz. How can I install it? any good and detailed tutorial?
Thanks in advance!
tar xzvf Linux-0-14-1-6.tar.gz
or
gunzip Linux-0-14-1-6.tar.gz
tar xvf Linux-0-14-1-6.tar
then the binary executables files are in the bin directory and the source code is in the source directory in case you want to compile