From d55e440724e05fc232c8036508ff332f2f55b5e0 Mon Sep 17 00:00:00 2001 From: Rajat Singhal Date: Mon, 20 Jan 2020 12:21:00 +0530 Subject: [PATCH] Add note for sourcing OpenCV script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 928fdea..10295e5 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Then execute them in the terminal in the sequence of filenames. * `1-BasicSetUp.sh` - Sets up terminal configuration, a download accelerator, anaconda python, and shell aliases. * `2-GenSoftware.sh` - Sets up tools for programming(editor, etc), and other general purpose software I use * `3-ML-Build.sh` - Compiles commonly used ML/DL libraries from source, so that it is optimized to run on your computer -* `opencvDirectInstall.sh` - Compiles the latest tag of OpenCV+Contrib from source on your machine with focus on optimization of execution of OpenCV code. +* `opencvDirectInstall.sh` - Compiles the latest tag of OpenCV+Contrib alongwith FFmpeg from source on your machine with focus on optimization of execution of OpenCV code. Execute this script using `source`, i.e. `source opencvDirectInstall.sh`. This is required since it modifies the environment variables of the current session * `ML-Basic.sh` - Installs from pip commonly used DL libraries