From 49efca19785a6778a3c5c2795ee1f3b278bbd7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Sun, 20 Mar 2022 20:30:43 +0000 Subject: [PATCH] Update README.md --- build/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index 1cf70c0..84f07aa 100644 --- a/build/README.md +++ b/build/README.md @@ -23,4 +23,9 @@ - **compile.(bat|sh):** Compiles project under default configurations - **run.(bat|sh):** Compiles and runs the project under default configurations -- **createRelease.(ps1|sh):** Compiles, publish and pack a release for a target runtime \ No newline at end of file +- **createRelease.(ps1|sh):** Compiles, publish and pack a release for a target runtime +- **libcvextern.sh:** Compiles and produces `libcvextern.so|dylib` + - This script is independent and can run outside UVtools project, it's an standard alone script + - Required when: + - Your system is not included in UVtools releases + - When lunch UVtools and got the error: `System.DllNotFoundException: unable to load shared library 'cvextern' or one of its dependencies` \ No newline at end of file