Hi,
Which Integrated Development Environment (IDE) is most suitable in Windows operating systems for Inkscape from following:
1) Eclipse
Name: (ie. Neon)
Version: ?
2) Microsoft Visual Studio with VisualGDB
Version: ?
2) Microsoft Visual Studio with WinGDB
Version: ?
Please guide me..
1) How to decrease compilation time?
2) Is there any automated Tools? which is most suitable?
Please give detail steps to configuring development environment in windows for coding and debugging.
Note: I have already generated Executable using following commands:
>cmake -G "MinGW Makefiles" .. &
>mingw32-make -j 2
>mingw32-make install
but which IDE is most suitable for Inkscape.
Thank you,
Niraj Dave