Files
Hazel/README.md
2025-04-17 21:37:38 +08:00

21 lines
344 B
Markdown

# 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
```