If you decide to go with Eclipse I found that I needed to massage the build
output into something that the Eclipse CDT Build Output parser could
understand (I'm using Eclipse 4.3/Kepler release). I created
~/bin/eclipse_make with:
#!/bin/sh
make -j1 VERBOSE=1 "$@" | \
sed -r \
-e 's!cd[ ]+([^ ]+[ ]*)&&[ ]*!make: Entering directory \1\n!g' \
-e 's!/usr/lib64/ccache/!!g'
Then in Eclipse project properties -> C/C++ Build -> Build Command use
"eclipse_make" instead of the default "make" build command.
Once you've done one full, successfully completing build with that command
you can switch back to the default make command so that you get parallel
building and the prettier CMake build output.
-- Taylor
On Tue, Nov 12, 2013 at 1:42 AM, Fetzer, Andreas <
[email protected]> wrote:
> Hi James,
>
>
>
> this depends on your personals preferences. In our group all of the
> mentioned IDEs are in use. If you are using windows then visual studio is
> probably the best choice. At the moment we are supporting 2008, 2010 and
> 2012. As far as I know (I am no windows user J) setting up Eclipse or Qt
> Creator on windows isn’t straight forward.
>
>
>
> Most of our Linux and Mac users are developing with Qt Creator which is a
> good IDE either. And we there is also someone who is using Eclipse under
> Linux.
>
>
>
> So basically the choice is up to you. Anyway if you experience any
> problems with setting up the MITK superbuild using a certain IDE feel free
> to ask.
>
>
>
> Cheers
>
> Andreas
>
>
>
> *From:* James [mailto:[email protected]]
> *Sent:* Montag, 11. November 2013 21:03
> *To:* [email protected]
> *Subject:* [mitk-users] which IDE is the best for MITK related Qt GUI
> application?
>
>
>
> Hi MITKers,
>
>
>
> Which IDE is better for GUI development with MITK. I am going to use QT
> for GUI parts. Is the Qt Creator the best IDE to use in this case? I am
> fine with Visual Studio and Eclipse. What's your opinion? I am new to MITK.
>
>
>
> Thanks,
>
> James
>
>
> ------------------------------------------------------------------------------
> November Webinars for C, C++, Fortran Developers
> Accelerate application performance with scalable programming models.
> Explore
> techniques for threading, error checking, porting, and tuning. Get the most
> from the latest Intel processors and coprocessors. See abstracts and
> register
> http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
> _______________________________________________
> mitk-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mitk-users
>
>
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users