![]() |
![]()
| ![]() |
![]()
NAMEcreatepkg - bundles a Ch Package directory for installation SYNTAXch createpkg.ch PACKAGE VERSION DESCRIPTIONCreatepkg bundles a Ch Package for installation. Createpkg will bundle the Ch Package into a Ch Package binary. The binary can then be installed using installpkg. OPTIONSOUTPUTPACKAGE_VERSION.tgz.gz EXAMPLEAssume that your package directory is called "chpackage" in the current directory and it is version 1.0. Type at the prompt: > ch createpkg.ch chpackage 1.0 A new file called chpackage-1.0.tar.gz should have been created. To install the package, unarchive the file and read the README file that comes with the package. SEE ALSOinstallpkg AUTHORStephen Nestinger
|