[webkit-help] Building WebKit

Konstantin Tokarev annulen at yandex.ru
Fri Dec 9 11:55:11 PST 2016



09.12.2016, 22:52, "Brent Fulgham" <bfulgham at apple.com>:
> Hi Plamen,
>
>> On Dec 9, 2016, at 3:10 AM, Plamen Dimitrov <plamend at coherent-labs.com> wrote:
>>
>> -- Could NOT find Ruby (missing:  RUBY_INCLUDE_DIR RUBY_LIBRARY RUBY_CONFIG_INCLUDE_DIR) (found suitable version "2.0.0", minimum required is "1.9”)
>
> [ … ]
>
>> -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
>> CMake Error at Source/cmake/FindICU.cmake:106 (message):
>>  Could not find ICU
> These two errors indicate that:
>
> (1) You do not have Ruby installed:
>
> See ‘Step 4’ on <https://webkit.org/webkit-on-windows/#installing-developer-tools>.

Actually, this error message does not mean that Ruby is missing, it is emitted in case Ruby headers or libraries were not found. If you have only interpreter, you will get this message during cmake run and it will not cause any harm.

>
> (2) You do not have a copy of ICU.
>
> As Konstantin pointed out, running “update-webkit —wincairo” should do that.
>
> As for building, the “build-webkit —wincairo” target should work. Current status is a clean build:
>
> https://build.webkit.org/builders/WinCairo%2064-Bit%20Release
>
> Thanks,
>
> -Brent
>
> ,
>
> _______________________________________________
> webkit-help mailing list
> webkit-help at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-help


-- 
Regards,
Konstantin


More information about the webkit-help mailing list