replace apt-get with whatever package manager your system is using (yum is an example of another one)
use the following commands.
apt-get install git
once installed
git clone https://www.github.com/Greg-Griffith/SuperCoin
cd SuperCoin
cd src
make -f makefile.unix
and then it should be created. to run the wallet type:
./SuperCoind
if you want to watch the wallet, instead of the above command use this one:
./SuperCoind && watch -n 5 './SuperCoind getinfo'
as far as doing things, any wallet command should be available once you start the wallet.
if your computer gets stuck on ./SuperCoind and wont let you type anything after and the only way to get back to the command line is crtl C then use the following command instead
./SuperCoind&
any of the wallet functions should be available once it is running, (assumeing you are still in the SuperCoin/src folder since the commands wont work outside of this folder) with the format
./SuperCoind [command]
to a see a list of all commands type
./SuperCoind help