nim-eth-p2p/examples/stratus/build-dotherside.sh
Jacek Sieka a2c1730486
stratus: initial dump
fun with eth-p2p and QML
2018-12-29 13:13:48 -06:00

10 lines
223 B
Bash

#!/bin/sh
rm -rf DOtherSide
git clone https://github.com/filcuc/DOtherSide.git --depth=1
cd DOtherSide
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=${1:-.} ..
make -j4 DOtherSideStatic