Changes between Version 81 and Version 82 of BuildingCairoOnWindows


Ignore:
Timestamp:
Apr 10, 2022 2:29:46 PM (2 years ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v81 v82  
    4242Start "x64 Native Tools Command Prompt for VS 2022".
    4343
     44Change the directory to the top source directory.
    4445Some environment variables should be set.
    4546
     
    4950}}}
    5051
    51 
    52 In the top source directory, use
     52Invoke build-webkit to start building.
    5353{{{
    5454perl Tools/Scripts/build-webkit --wincairo --release
    5555}}}
    56 to start the build. Ensure you don't have GCC in your PATH, otherwise CMake is going to use GCC and builds will fail.
     56
     57Ensure you don't have GCC in your PATH, otherwise CMake is going to use GCC and builds will fail.
    5758
    5859build-webkit automatically downloads the latest WebKitRequirements from GitHub.