Changes between Version 51 and Version 52 of BuildingCairoOnWindows


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v51 v52  
    33WinCairo port is a WebKit port for Windows, which is fully OpenSouce and redistributable unlike AppleWin port.
    44It is using Cairo for the graphics backend, libcurl for the network backend.
     5It supports only 64 bit.
    56
    67= Installing Development Tools =
     
    118119= Compile WinCairo with Clang =
    119120
    120 It's recommended to use Ninja with clang-cl. https://reviews.llvm.org/D52193
    121 Install clang-cl 9 and Ninja.
     121clang-cl has a problem for /MP support. https://reviews.llvm.org/D52193
     122It's recommended to use Ninja with clang-cl.
     123Install clang-cl and Ninja.
    122124
    123125{{{