Changes between Version 61 and Version 62 of BuildingCairoOnWindows


Ignore:
Timestamp:
Feb 2, 2021 12:55:21 PM (3 years ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v61 v62  
    8888If Apache service is running, stop it by using Services of Control Panel.
    8989
    90 Extensions .pl and .cgi need to be registered as CGI. Modify the following commands along your Perl path, and run them as administrator.
     90Some extensions need to be registered as CGI. Modify the following commands along your Perl an Python path, and run them as administrator.
    9191
    9292{{{
    9393reg add HKEY_CLASSES_ROOT\.pl\Shell\ExecCGI\Command /ve /d "c:\xampp\perl\bin\perl.exe -T"
    9494reg add HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command /ve /d "c:\xampp\perl\bin\perl.exe -T"
     95reg add HKEY_CLASSES_ROOT\.py\Shell\ExecCGI\Command /ve /d "c:\Python39\python.exe"
    9596}}}
    9697