Code::Blocks IDE available for Jetson TK 1 ?

Is the Code::Blocks IDE available for native installation on the Jetson TK1 ? And where can I get it

Yes it is.

$ apt-get install libcodeblocks0 codeblocks codeblocks-contrib libwxsmithlib0 codeblocks-contrib libwxgtk2.8-0

Gets you the Code::Blocks IDE

If you’re trying to install wxWidgets with it, openFrameworks has a script for that install:

https://github.com/openframeworks/openFrameworks/blob/master/scripts/linux/ubuntu/install_codeblocks.sh

Which does a better job of matching everything up and cleaning up dependencies.

Great, thx for the info ! Code Blocks is better for our CMAKE-managed stuff because CMAKE has it as target (but it has no target for QtCreator which we tried first).