How to Start?
Requirements
Installation
Ubuntu 18.041. Update Enviroment:
sudo apt-get update2. Clone Libra:
git clone https://github.com/libra/libra.git && cd libra2.1 Possible Error - Protoc version not update
sudo apt-get install autoconf automake libtool curl make g++ unzip -y
git clone https://github.com/google/protobuf.git
cd protobuf
git submodule update --init --recursive
./autogen.sh
./configure
make
make check
sudo make install
sudo ldconfig3. Install Dependencies:
4. Run the CLI:
Last updated