Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 344 Bytes

File metadata and controls

20 lines (15 loc) · 344 Bytes

環境構築

Ubuntu環境にて次のように実行する。

sudo apt update && sudo apt upgrade -y
sudo apt install build-essential cmake git clang-format -y
git clone <このリポジトリ>

ビルドとテスト

環境構築した状態で次のように実行する

mkdir build;cd build
cmake ..
make -j
ctest