Tuesday 3 December 2013

Install Qt on Ubuntu 64 bit

I just got Lenovo L330 with Windows 8. I got a secured boot lock problem that made installing Ubuntu along with Windows 8. The secure boot lock must be disabled, for more detail please go to here.

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.

2 comments:

  1. The best way to install opencv is -->sudo apt-get install libopencv-dev

    ReplyDelete