Changes between Version 55 and Version 56 of BuildingCairoOnWindows


Ignore:
Timestamp:
Sep 6, 2020 7:07:56 PM (4 years ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v55 v56  
    2525}}}
    2626to start the build. Ensure you don't have GCC in your PATH, otherwise CMake is going to use GCC and builds will fail.
     27
     28build-webkit automatically downloads the latest WebKitRequirements from GitHub.
     29It checks the latest WebKitRequirements every time you invoke.
     30I'd like to recommend to use --skip-library-update for incremental build to speed up.
     31
     32{{{
     33python Tools\Scripts\update-webkit-wincairo-libs.py
     34perl Tools\Scripts\build-webkit --wincairo --release --skip-library-update
     35}}}
    2736
    2837