How to Start?
Requirements
MacOS
Ubuntu
16 or above
Installation
Enviroment:
Ubuntu 18.04
1. Update Enviroment:
sudo apt-get update
2. Clone Libra:
git clone https://github.com/libra/libra.git && cd libra
2.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 ldconfig
3. Install Dependencies:
./scripts/dev_setup.sh
4. Run the CLI:
./scripts/cli/start_cli_testnet.sh
Last updated
Was this helpful?