Make linux installation tutorial more convenient (Feature #2619)
Description
Linux tutorial mentions some of the packages that have to be installed, but inexperienced users like me have difficulties (e.g. translating some of the names to aptitude packages). Why can't we just provide opencv prerequisites with a single aptitude line? Such as:
Required: sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev libgtk2-dev
Optional, but recommented: sudo apt-get install libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev
Then a user installing OpenCV on a clean system can just copy-paste instead of going through each line of the tutorial.
Associated revisions
Merge pull request #2619 from GregoryMorse:patch-3
History
Updated by Steven Puttemans almost 11 years ago
- Pull request set to https://github.com/Itseez/opencv/pull/2717
Updated by Vladislav Vinogradov almost 11 years ago
The request was merged into 2.4 branch.
Steven, thank you for your contribution!
- Assignee changed from Vadim Pisarevsky to Steven Puttemans
- Status changed from Open to Done
- Target version changed from Next Hackathon to 2.4.10