13
edits
(Added some dependencies information and cleaned up the Windows installation a little.) |
|||
Line 47: | Line 47: | ||
$> ./checksetup.pl | $> ./checksetup.pl | ||
If you are missing any dependencies, checksetup.pl will inform you. See "Installing Dependencies". | |||
Line 113: | Line 115: | ||
http://wiki.mozilla.org/Testopia:README | http://wiki.mozilla.org/Testopia:README | ||
=== Installing Depedencies === | |||
Some of the most common dependencies you'll need to install can be easily installed in both Windows and linux: | |||
Install JSON: | |||
perl -MCPAN -e shell | |||
install M/MA/MAKAMAKA/JSON-2.10.tar.gz | |||
Install GD-Graph3d: | |||
perl-MCPAN -e shell | |||
install W/WA/WADG/GD-Graph3d-0.63.tar.gz | |||
=== Upgrading === | === Upgrading === | ||
edits