Developer’s Guide

Build Lity from source

Download Source Code

git clone https://github.com/CyberMiles/lity.git

Install Dependencies

In your lity directory:

./scripts/install_deps.sh

Build with CMake

In your lity directory:

mkdir build
cd build
cmake ..
make
./lityc/lityc --version

Run Tests

In your lity directory:

./build/test/soltest -- --testpath ./test --no-ipc --show_progress
./test/cmdlineTests.sh