github

bytemaster / clarion

  • пятница, 5 марта 2021 г. в 00:27:18
https://github.com/bytemaster/clarion




Build

git submodule update --init --recursive 
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j
./tests/clio/clio_tests

Ubuntu 20.04

sudo apt-get update
sudo apt-get install -yq     \
    build-essential          \
    cmake                    \
    git                      \
    libboost-all-dev         \
    libssl-dev               \
    libgmp-dev

Browser experiments

See tests/web/README.md