Changes between Version 80 and Version 81 of BuildingCairoOnWindows


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v80 v81  
    4242Start "x64 Native Tools Command Prompt for VS 2022".
    4343
     44Some environment variables should be set.
     45
     46{{{
     47set WEBKIT_LIBRARIES=%cd%\WebKitLibraries\win
     48set WEBKIT_OUTPUTDIR=%cd%\WebKitBuild
     49}}}
     50
     51
    4452In the top source directory, use
    4553{{{
     
    5765}}}
    5866
     67The build succeeded if you got `WebKit is now built` message. Run your `MiniBrowser`.
     68
     69{{{
     70WebKitBuild/Release/bin64/MiniBrowser.exe
     71}}}
    5972
    6073== Building from within Visual Studio ==