Changes between Version 25 and Version 26 of BuildingCairoOnWindows


Ignore:
Timestamp:
Apr 8, 2019 9:18:03 PM (5 years ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v25 v26  
    4545
    4646XAMPP should be installed in the default install path (c:\xampp).
     47
     48Extensions .pl and .cgi need to be registered as CGI. Modify the following commands along youl Perl path, and run them as administrator.
     49
     50{{{
     51reg add HKEY_CLASSES_ROOT\.pl\Shell\ExecCGI\Command /ve /d "C:\tools\perl\perl\bin\perl.exe -T"
     52reg add HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command /ve /d "C:\tools\perl\perl\bin\perl.exe -T"
     53}}}
     54
    4755Open a command prompt as administrator because http tests need to run Apache service.
    4856