Changeset 305 for trunk/README

Show
Ignore:
Timestamp:
08/06/08 04:06:42 (4 years ago)
Author:
john
Message:

updating package make

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README

    r303 r305  
    2929From the commandline run the following command: 
    3030php makepkg.php 
     31(Disregard any warning messages that say "not prefixed with package name "PHPonTrax"") 
    3132After that runs it will make a build folder with the PEAR module called: 
    3233PHPonTrax-<version>.tgz  
     
    3435pear install -a PHPonTrax-<version>.tgz 
    3536If you have a previously installed version exists first run: 
    36 pear uninstall PHPonTrax 
     37pear uninstall trax/PHPonTrax 
    3738 
    3839== Getting Started