0

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.

Nordle
  • 2,915
  • 3
  • 16
  • 34

1 Answers1

1

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.

Ninja_Coder
  • 264
  • 1
  • 9