mirror of
https://github.com/status-im/nim-eth-p2p.git
synced 2025-02-17 01:06:44 +00:00
10 lines
223 B
Bash
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
|