08.02.2017, 08:31, "Charles-Elie Gentil" <[email protected]>: > Hello, > > I want use QtWebKit and so, I build it following these instructions : > https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-OS-X > I add a CMAKE_INSTALL_PREFIX to have this command : > > ./Tools/Scripts/build-webkit --qt --cmakeargs="-Wno-dev > -CMAKE_INSTALL_PREFIX=/path/to/my/dir » > > The build correctly run but I can’t find the way to run the « install » > command. > > I try « ninja install », but I've this message > > ninja: error: loading 'build.ninja': No such file or directory > > Can you help me ? > > Thank you very much.
cd WebKitBuild/Release && ninja install > Best regards, > > Charlie > > [email protected] > http://blog.jiyuusoft.net > , > > _______________________________________________ > webkit-qt mailing list > [email protected] > https://lists.webkit.org/mailman/listinfo/webkit-qt -- Regards, Konstantin _______________________________________________ webkit-qt mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-qt
