nebulasio / go-nebulas

Official Go implementation of the Nebulas protocol.
https://nebulas.io
GNU Lesser General Public License v3.0
711 stars 203 forks source link

make deploy-v8 failed #200

Closed joekk009 closed 5 years ago

joekk009 commented 5 years ago

make: *** No rule to make target 'deploy-v8'. Stop.

qywang2012 commented 5 years ago

Please make sure we use the latest version of our code on master branch.

Compilation step

source setup.sh
make build

Detailed steps for compilation can be found in our documentation.