Changes between Version 72 and Version 73 of BuildingCairoOnWindows


Ignore:
Timestamp:
Jun 8, 2021 9:55:37 PM (3 years ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v72 v73  
    8686= Running the tests =
    8787
     88Install Python 2.7 and XAMPP.
    8889XAMPP should be installed in the default install path (c:\xampp).
    89 Currently, I'm observing crashes in php7ts.dll of httpd.exe of XAMPP v7.4.16. So install v7.3.
     90Copy python.exe as python2.exe
    9091
    9192{{{
    92 choco install -y XAMPP-73
     93choco install -y python2 XAMPP-74
     94copy c:\Python27\python.exe c:\Python27\python2.exe
    9395}}}
    9496