Changeset 305 for trunk/README
- Timestamp:
- 08/06/08 04:06:42 (4 years ago)
- Files:
-
- 1 modified
-
trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r303 r305 29 29 From the commandline run the following command: 30 30 php makepkg.php 31 (Disregard any warning messages that say "not prefixed with package name "PHPonTrax"") 31 32 After that runs it will make a build folder with the PEAR module called: 32 33 PHPonTrax-<version>.tgz … … 34 35 pear install -a PHPonTrax-<version>.tgz 35 36 If you have a previously installed version exists first run: 36 pear uninstall PHPonTrax37 pear uninstall trax/PHPonTrax 37 38 38 39 == Getting Started
