make: *** No rule to make target `install_abci'. Stop

1.5k views Asked by At

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.

1

There are 1 answers

0
Ninja_Coder On

run make install_abci in the main tendermint directory currently works on develop. Did you run make get_tools, that installs protoc which you need.