Git Product home page Git Product logo

Comments (4)

ermalkaleci avatar ermalkaleci commented on August 20, 2024

Pull submodules first

from acala.

TurtleSnail avatar TurtleSnail commented on August 20, 2024
# git submodule update --init --recursive
...
# cargo build --release --features with-acala-runtime
...
   Compiling tokio-stream v0.1.14
   Compiling librocksdb-sys v0.11.0+8.1.1
   Compiling flate2 v1.0.28
error: failed to run custom build command for `sc-network-bitswap v0.30.0`

Caused by:
  process didn't exit successfully: `/root/Acala/target/release/build/sc-network-bitswap-5137721f5e207099/build-script-build` (exit status: 101)
  --- stderr
  thread 'main' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-build-0.11.9/src/lib.rs:1457:10:
  Could not find `protoc` installation and this build crate cannot proceed without
      this knowledge. If `protoc` is installed and this crate had trouble finding
      it, you can set the `PROTOC` environment variable with the specific path to your
      installed `protoc` binary.If you're on debian, try `apt-get install protobuf-compiler` or download it from https://github.com/protocolbuffers/protobuf/releases
      ```

from acala.

TurtleSnail avatar TurtleSnail commented on August 20, 2024

this seems to fix

apt install -y protobuf-compiler libprotobuf-dev

so why not put it in the instructions?

The Steps to Build:

apt install -y protobuf-compiler libprotobuf-dev
git clone https://github.com/AcalaNetwork/Acala.git
cd Acala
git checkout 2.23.0
git submodule update --init --recursive
cargo build --release --features with-acala-runtime

from acala.

xlc avatar xlc commented on August 20, 2024

wiki updated to use instructions from readme

from acala.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.