Changes between Version 85 and Version 86 of BuildingCairoOnWindows
- Timestamp:
- Sep 1, 2022, 1:48:35 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v85 v86 10 10 The easiest way to install some tools is using [https://chocolatey.org/ Chocolatey], 11 11 12 {{{ 13 choco install -y ActivePerl python ruby git gperf 12 Unfortunately, [https://community.chocolatey.org/packages/ActivePerl ActivePerl chocolatey package] has a problem and no package maintainer now. 13 XAMPP includes Perl, and running layout tests needs XAMPP. So, install XAMPP and set PATH to XAMPP's Perl. 14 15 {{{ 16 choco install -y XAMPP-74 python ruby git gperf 14 17 }}} 15 18 … … 43 46 44 47 path C:\xampp\apache\bin;%path% 48 path C:\xampp\perl\bin;%path% 45 49 path C:\Program Files\CMake\bin;%path% 46 50 path %ProgramFiles(x86)%\Microsoft Visual Studio\Installer;%path%