Changes between Version 63 and Version 64 of BuildingCairoOnWindows
- Timestamp:
- Mar 19, 2021, 1:20:42 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v63 v64 88 88 If Apache service is running, stop it by using Services of Control Panel. 89 89 90 Some extensions need to be registered as CGI. Modify the following commands along your Perl an Python path, and run them as administrator.90 Some extensions need to be registered as CGI. Modify the following commands for your Perl an Python paths, and run them as administrator. 91 91 92 92 {{{ 93 93 reg add HKEY_CLASSES_ROOT\.pl\Shell\ExecCGI\Command /ve /d "c:\xampp\perl\bin\perl.exe -T" 94 94 reg 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 "95 reg add HKEY_CLASSES_ROOT\.py\Shell\ExecCGI\Command /ve /d "c:\Python39\python.exe -X utf8" 96 96 }}} 97 97