From 2b0777ff7c1fbd449b27a59be2dfd54f24f114d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Fri, 15 Jan 2021 22:50:03 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b3e2a8..4b9df25 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ that may due system version and included libraries version, they must match the To know what is missing you can open a terminal on UVtools folder and run the following command: `ldd libcvextern.so |grep not` That will return the missing dependencies from libcvextern, you can try install them by other means if you can, but most of the time you will need compile the EmguCV to compile the dependencies and correct link them, -this process is very slow but only need once, open a terminal on a folder of your preference and run the following commands: +this process is very slow but only need to run once. Open a terminal on any folder of your preference and run the following commands: ```bash sudo apt-get install -y git build-essential cmake