14,954
edits
m (→requirement) |
m (→installation) |
||
| Line 14: | Line 14: | ||
== installation == | == installation == | ||
# Install the "IndigoPerl" to the default directory: c:\perl-5.10.0\ (perl.exe will be located to c:\perl-5.10.0\bin\perl.exe) | # (optional) Install the "IndigoPerl" to the default directory: c:\perl-5.10.0\ (perl.exe will be located to c:\perl-5.10.0\bin\perl.exe) | ||
# Extract "PHPXref" to c:\PHPXref (or other directory you preferred) | # Extract "PHPXref" to c:\PHPXref (or other directory you preferred) | ||
# Modify the perl path of the file c:\PHPXref\phpxref.bat by means of text editor such as NotePad, [http://notepad-plus.sourceforge.net/ Notepad++]... <pre>C:\Perl\bin\perl phpxref.pl </pre> to <pre>c:\perl-5.10.0\bin\perl.exe phpxref.pl </pre> | # Modify the perl path of the file c:\PHPXref\phpxref.bat by means of text editor such as NotePad, [http://notepad-plus.sourceforge.net/ Notepad++]... <pre>C:\Perl\bin\perl phpxref.pl </pre> to <pre>c:\perl-5.10.0\bin\perl.exe phpxref.pl </pre> | ||
# | # Modify the configuration file phpxref.cfg where the source php scripts located OR copy the ''php_scripts'' you want to analyze to c:\PHPXref\source\''php_scripts\'' | ||
== generation the cross reference report == | == generation the cross reference report == | ||