Changes between Version 63 and Version 64 of BuildingCairoOnWindows


Ignore:
Timestamp:
Mar 19, 2021 1:20:42 PM (3 years ago)
Author:
Fujii Hironori
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v63 v64  
    8888If Apache service is running, stop it by using Services of Control Panel.
    8989
    90 Some extensions need to be registered as CGI. Modify the following commands along your Perl an Python path, and run them as administrator.
     90Some extensions need to be registered as CGI. Modify the following commands for your Perl an Python paths, 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"
    95 reg add HKEY_CLASSES_ROOT\.py\Shell\ExecCGI\Command /ve /d "c:\Python39\python.exe"
     95reg add HKEY_CLASSES_ROOT\.py\Shell\ExecCGI\Command /ve /d "c:\Python39\python.exe -X utf8"
    9696}}}
    9797