-2
I install ripple coin from Github as I did for other coins. On cloning rippled rippled from Github, I can't find files under rippled as I found for other coins. I can not find much information regarding installing about ripplecoind.
~/rippled$ ls
bin Builds doc LICENSE package.json README.md SConstruct site_scons src test
I followed the following steps:
$git clone https://github.com/ripple/rippled.git
$cd ripplecoind/src
$make -f makefile.unix
make: makefile.unix: No such file or directory
make: *** No rule to make target `makefile.unix'. Stop.
Can anybody help me with installation steps?