From 58f81707df3d6595007c9ae7301feae0ebbd408f Mon Sep 17 00:00:00 2001 From: Ioana Ghiban Date: Tue, 7 May 2024 17:34:19 +0200 Subject: [PATCH] Add file suffix to extract OpenCV from archive --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index 26ba2991b..f8fd06541 100644 --- a/doc/build.md +++ b/doc/build.md @@ -34,7 +34,7 @@ Integration consists of the following steps: 1. Download OpenCV sources: ``` wget https://github.com/opencv/opencv/archive/refs/tags/4.9.0.tar.gz -tar xf 4.9.0 +tar xf 4.9.0.tar.gz cd opencv-4.9.0 ``` 2. Patch OpenCV: -- GitLab