Changes between Version 58 and Version 59 of BuildingCairoOnWindows


Ignore:
Timestamp:
Jan 13, 2021 10:46:34 PM (3 years ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v58 v59  
    77= Installing Development Tools =
    88
    9 You need CMake, Perl, Python 2.7, Ruby, gperf and Visual Studio 2019 to build WinCairo port.
     9You need CMake, Perl, Python 2.7, Ruby 2, gperf and Visual Studio 2019 to build WinCairo port.
    1010
    1111You 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.
     
    1414
    1515{{{
    16 choco install cmake ActivePerl python2 ruby git svn patch diffutils gperf -y
     16choco install cmake ActivePerl python2 git svn patch diffutils gperf -y
     17choco install ruby --version 2.7.2.1 -y
    1718pip install pywin32
    1819}}}