Well, this note is about preparing Qt framework in Ubuntu 64 bit. I downloaded Qt online installer for Linux 64bit. It took about 30 minutes and installed with a warning message "This should not happen". I really don't know what does the message means. The installation finished and it looks OK.
3/12/13 10:40pm
Then I'm installing the g++ compiler by
>>sudo apt-get install build-essential
Next the cmake, I found cmake in Synaptic Package Manager, installing with 3 clicks. I also need OpenCV 2.3, another 3 clicks. The size of all OpenCV packages is quite large, so please be patient, it took me 20 minutes.
We just finished installed all package required for the project.
The best way to install opencv is -->sudo apt-get install libopencv-dev
ReplyDelete>>sudo apt-get install cmake
ReplyDelete