I am trying to install abci-app ( kvstore ) using command make install_abci
but i am getting error as:
make: No rule to make target `install_abci'. Stop.
I'm unable to identify why i am getting this error. is there any alternate method to install abci-app.
run
make install_abci
in the main tendermint directory currently works on develop. Did you runmake get_tools
, that installs protoc which you need.