Changes between Version 75 and Version 76 of BuildingCairoOnWindows


Ignore:
Timestamp:
Mar 2, 2022 12:53:56 PM (2 years ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v75 v76  
    8888= Running the tests =
    8989
    90 Install Python 2.7 and XAMPP.
     90Install XAMPP.
    9191XAMPP should be installed in the default install path (c:\xampp).
    92 Copy python.exe as python2.exe
    9392
    9493{{{
    95 choco install -y python2 XAMPP-74
    96 copy c:\Python27\python.exe c:\Python27\python2.exe
     94choco install -y XAMPP-74
    9795}}}
    9896
     
    104102}}}
    105103
    106 At the moment, you need not only Python 3 but also python2.exe. Install Python 2 and rename python.exe to python2.exe.
    107104
    108105If Apache service is running, stop it.