Skip to content

Commit

Permalink
Add note for sourcing OpenCV script
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat2004 committed Jan 20, 2020
1 parent 58bdb31 commit d55e440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit d55e440

Please sign in to comment.