# Hazel ## To clone this repository > ```bash > git clone --recurse-submodule http://116.62.144.93:3000/atdunbg/Hazel.git # recommend > ``` > or > ```bash > git clone http://116.62.144.93:3000/atdunbg/Hazel.git > git submodule init > git submodule update > ``` ## build ```bash cmake -B build cmake --build build --config Release -j18 ```