El Martes, 26 de agosto de 2014 19:36:46 Jose escribió: > I wrote the comment after getting > > # Tools/Scripts/build-webkit --gtk > which: no ninja in (...) > which: no eclipse in (...)
The cmake build scripts check if the user has Eclipse and in that case generate appropriate files to generate project.ini and other files. However, having Eclipse isn't mandatory [1]. I think that the same happens with ninja: cmake ninja output is generated if ninja is detected, but isn't mandatory either (IIRC). Cheers. [1] https://bugs.webkit.org/show_bug.cgi?id=132190 -- Enrique Ocaña González _______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
