Skip to content

Commit

Permalink
README: add --recusive to git clone to make -DZXING_WRITER=NEW
Browse files Browse the repository at this point in the history
…work out of the box
  • Loading branch information
axxel authored May 22, 2024
1 parent 38da404 commit 91cf5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ These are the generic instructions to build the library on Windows/macOS/Linux.
3. See the cmake `ZXING_...` options to enable the testing code, python wrapper, etc.
```
git clone https://github.com/zxing-cpp/zxing-cpp.git --single-branch --depth 1
git clone https://github.com/zxing-cpp/zxing-cpp.git --recursive --single-branch --depth 1
cmake -S zxing-cpp -B zxing-cpp.release -DCMAKE_BUILD_TYPE=Release
cmake --build zxing-cpp.release -j8 --config Release
```
Expand Down

0 comments on commit 91cf5ba

Please sign in to comment.