User:Otuur: Difference between revisions
From ICO wiki
Jump to navigationJump to search
No edit summary |
|||
Line 10: | Line 10: | ||
Open terminal and download the script: | Open terminal and download the script: | ||
wget http://enos.itcollege.ee/~otuur/skriptid/install_opencv.sh | wget http://enos.itcollege.ee/~otuur/skriptid/install_opencv.sh | ||
Before you can use it you have to give execution rights to that file | |||
sudo chmod +x install_opencv.sh | |||
To run the script type | |||
sudo ./install_opencv.sh | |||
Answer the questions if needed (best would be to use example when available). | Answer the questions if needed (best would be to use example when available). | ||
After the final restart you should be ready to use it! | After the final restart you should be ready to use it! |
Revision as of 15:34, 26 October 2011
OpenCV Installation
First of all you need to install Gnome fallback. For that open terminal and use:
sudo apt-get install gnome-session-fallback
Logout and select "Gnome Classic" to login
Open terminal and download the script:
wget http://enos.itcollege.ee/~otuur/skriptid/install_opencv.sh
Before you can use it you have to give execution rights to that file
sudo chmod +x install_opencv.sh
To run the script type
sudo ./install_opencv.sh
Answer the questions if needed (best would be to use example when available).
After the final restart you should be ready to use it!