Skip to content

Get Started

guodong edited this page May 5, 2023 · 1 revision

Dependencies

Nanobdd depends on the following packages:

  • libtbb

Install

Nanobdd follows the standard CMake project structure, the quick installation steps are as follows:

git clone https://github.com/guodong/nanobdd
cd nanobdd
mkdir build
cd build
cmake ..
make
sudo make install
Clone this wiki locally