Changes between Version 72 and Version 73 of BuildingCairoOnWindows
- Timestamp:
- Jun 8, 2021, 9:55:37 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v72 v73 86 86 = Running the tests = 87 87 88 Install Python 2.7 and XAMPP. 88 89 XAMPP should be installed in the default install path (c:\xampp). 89 C urrently, I'm observing crashes in php7ts.dll of httpd.exe of XAMPP v7.4.16. So install v7.3.90 Copy python.exe as python2.exe 90 91 91 92 {{{ 92 choco install -y XAMPP-73 93 choco install -y python2 XAMPP-74 94 copy c:\Python27\python.exe c:\Python27\python2.exe 93 95 }}} 94 96