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

can not build neb #191

Closed zjb0807 closed 5 years ago

zjb0807 commented 5 years ago

version:2.0.0

source install-native-libs.sh
make dep
make build

image

In v1.0.8,Makefile had make deploy-v8 commond can install nf/nvm/native-lib/libnebulasv8.so, but without v2.0.0.

zjb0807 commented 5 years ago

Dockerfile:

RUN apt install -y libc++-dev libc++abi-dev lsb-core
RUN /bin/bash -c "source $(pwd)/install-native-libs.sh"