Changes between Version 71 and Version 72 of BuildingCairoOnWindows


Ignore:
Timestamp:
Apr 20, 2021 5:37:37 PM (3 years ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v71 v72  
    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, Ruby, 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 -y cmake ActivePerl python2 ruby git gperf
     16choco install -y cmake ActivePerl python ruby git gperf
    1717}}}
    1818
     
    9393}}}
    9494
     95Install required Python and Ruby modules.
     96
    9597{{{
    9698pip install pywin32
    9799gem install webrick
    98100}}}
     101
     102At the moment, you need not only Python 3 but also python2.exe. Install Python 2 and rename python.exe to python2.exe.
    99103
    100104If Apache service is running, stop it.