Search This Blog

Monday, September 7, 2009

Qt, Install Qt Creator in FreeBSD

Qt Creator, a great Qt IDE for C/C++ programming, is officially supported by FreeBSD! This is such a wonderful news! We can compile and install Qt Creator simply using the port collection. (Aug 19, 2009)

Just do:
cd /usr/ports/devel/qtcreator/ && make install clean

Make sure you install the right gdb, if your default gdb (/usr/bin/gdb) does not work with QtCreator. And tell Qt Creator to use the right debugger (e.g. /usr/local/bin/gdb66)

cd /usr/ports/devel/gdb6/ && make install clean

No comments: