Post
Topic
Board Altcoin Discussion
Re: Run Your Own P2P Decentralised Exchange Node
by
iHashFury
on 29/03/2016, 12:42:25 UTC
This type of error ( 'libraries/fc'):
Code:
git submodule update --init --recursive
fatal: reference is not a tree: 31adee49d91275cc63aa3a47b3a9e3c826baccca
Unable to checkout '31adee49d91275cc63aa3a47b3a9e3c826baccca' in submodule path 'libraries/fc'
can be bypassed by the following code:
Code:
cd libraries/fc
git checkout master
git pull
git submodule update --init --recursive
cd ../..
cmake -D CMAKE_BUILD_TYPE=Release .
make witness_node cli_wallet