Changes between Version 55 and Version 56 of BuildingCairoOnWindows
- Timestamp:
- Sep 6, 2020, 7:07:56 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v55 v56 25 25 }}} 26 26 to start the build. Ensure you don't have GCC in your PATH, otherwise CMake is going to use GCC and builds will fail. 27 28 build-webkit automatically downloads the latest WebKitRequirements from GitHub. 29 It checks the latest WebKitRequirements every time you invoke. 30 I'd like to recommend to use --skip-library-update for incremental build to speed up. 31 32 {{{ 33 python Tools\Scripts\update-webkit-wincairo-libs.py 34 perl Tools\Scripts\build-webkit --wincairo --release --skip-library-update 35 }}} 27 36 28 37