Changes between Version 85 and Version 86 of BuildingCairoOnWindows


Ignore:
Timestamp:
Sep 1, 2022 1:48:35 PM (19 months ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v85 v86  
    1010The easiest way to install some tools is using [https://chocolatey.org/ Chocolatey],
    1111
    12 {{{
    13 choco install -y ActivePerl python ruby git gperf
     12Unfortunately, [https://community.chocolatey.org/packages/ActivePerl ActivePerl chocolatey package] has a problem and no package maintainer now.
     13XAMPP includes Perl, and running layout tests needs XAMPP. So, install XAMPP and set PATH to XAMPP's Perl.
     14
     15{{{
     16choco install -y XAMPP-74 python ruby git gperf
    1417}}}
    1518
     
    4346
    4447path C:\xampp\apache\bin;%path%
     48path C:\xampp\perl\bin;%path%
    4549path C:\Program Files\CMake\bin;%path%
    4650path %ProgramFiles(x86)%\Microsoft Visual Studio\Installer;%path%