Changes between Version 51 and Version 52 of BuildingCairoOnWindows
- Timestamp:
- Sep 3, 2020, 6:56:58 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v51 v52 3 3 WinCairo port is a WebKit port for Windows, which is fully OpenSouce and redistributable unlike AppleWin port. 4 4 It is using Cairo for the graphics backend, libcurl for the network backend. 5 It supports only 64 bit. 5 6 6 7 = Installing Development Tools = … … 118 119 = Compile WinCairo with Clang = 119 120 120 It's recommended to use Ninja with clang-cl. https://reviews.llvm.org/D52193 121 Install clang-cl 9 and Ninja. 121 clang-cl has a problem for /MP support. https://reviews.llvm.org/D52193 122 It's recommended to use Ninja with clang-cl. 123 Install clang-cl and Ninja. 122 124 123 125 {{{