On 29/04/13 19:59, Rwik Mukhopadhyay wrote: > I just pulled darktable source code from git . I would like to > load the project in ide (eclipse ) , but i couldn't locate any .pro > file. My question is what ide can be used to develop / debug darktable ?
darktable uses cmake. You need to generate project/makefiles first. Usually you just need to build darktable using the build.sh script, which creates a new directory named "build" and populates it with Makefiles and builds the project. You could probably have your IDE import the makefiles from the build directory. In theory it's possible to generate e.g. Eclipse project files, but I don't know if anyone has tried that. ( Good luck :-) ) Christian ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ darktable-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-devel
