Sunday, April 17, 2011

kde and qt development with c++

Well a lot of blogs start about hello world !!! but what about people who have just installed kubuntu and what to do devlopment ?


Here is what you need
1. A development IDE you are comfortable with
for emacs - sudo apt-get install emacs
you can use vi or kate they also work great.
There is KDevelop which is much better ! install using sudo apt-get install kdevelop

2. Libraries
sudo apt-get install kdevelop kdelibs kdebase-workspace-dev build-essential cmake


Now go grab the QT hello world !


No comments: