5.1 Install QtCreator
On Ubuntu 64bit OS, customers can install QtCreator as shown below:
$ cd <WORKDIR>
$ cp /media/cdrom/03-Tools/Qt/qt-creator-opensource-linux-x86_64-4.1.0.run .
$ chmod a+x qt-creator-opensource-linux-x86_64-4.1.0.run
$ sudo ./qt-creator-opensource-linux-x86_64-4.1.0.run
QtCreator will be installed on Ubuntu OS step by step automatically.
59