Changes between Version 29 and Version 30 of BuildingCairoOnWindows


Ignore:
Timestamp:
May 23, 2019 3:15:04 AM (5 years ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v29 v30  
    11[[PageOutline]]
    22
    3 WinCairo port is a WebKit port for Windows, which is fully OpenSouce and redistributable unlike AppleWin port,
     3WinCairo 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.
    55
     6= Installing Development Tools =
     7
     8You need Perl, Python 2.7, Ruby, gperf and Visual Studio 2019 to build WinCairo port.
     9
     10You can follow [https://webkit.org/webkit-on-windows/#installing-development-tools AppleWin port's instructions] to install the necessary developer tools, and check out the WebKit code.
     11
     12The easiest way is using [https://chocolatey.org/ Chocolatey],
     13
     14{{{
     15choco install cmake ActivePerl python2 ruby git svn patch diffutils gperf -y
     16}}}
     17
     18You can optionally install some tools,
     19
     20{{{
     21choco install cmake ninja llvm Bitnami-XAMPP -y
     22}}}
     23
    624= Building on Windows =
    7 
    8 As with [wiki:"BuildingOnWindows" Apple's Windows Port],
    9 you must first follow [https://webkit.org/webkit-on-windows/#installing-development-tools the instructions] to install the necessary developer tools,
    10 and check out the WebKit code.
    1125
    1226In the top source directory, use