From 91cf5ba5fb5d965e981d680107b1a869751ae940 Mon Sep 17 00:00:00 2001 From: axxel Date: Wed, 22 May 2024 15:49:58 +0200 Subject: [PATCH] README: add `--recusive` to `git clone` to make `-DZXING_WRITER=NEW` work out of the box --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5617f43c37..fe46304ef3 100644 --- a/README.md +++ b/README.md @@ -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 ```