Update instructions to include recursive cloning

This commit is contained in:
DataHoarder 2022-02-06 20:03:22 +01:00
parent faddd6ec92
commit a6269aaf83

View file

@ -4,7 +4,7 @@ Simple Gaborator cgo implementation.
Requires [c-gaborator](https://git.gammaspectra.live/S.O.N.G/c-gaborator) installed.
```shell
git clone --depth 1 https://git.gammaspectra.live/S.O.N.G/c-gaborator
git clone --recursive --depth 1 https://git.gammaspectra.live/S.O.N.G/c-gaborator
cd c-gaborator && make build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS_RELEASE="-march=native" -DCMAKE_C_FLAGS_RELEASE="-march=native" \