home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / DemoApps / Utilities / Other / SmartPackage / README < prev    next >
Encoding:
Text File  |  1994-04-22  |  1.6 KB  |  49 lines

  1. SmartPackage 1.00 Alpha for NEXTSTEP 3.x
  2. ----------------------------------------
  3.  
  4. SmartPackage is intended to let you produce distribution packages usable by
  5. Installer but using gzip for better compression ratios. This is made by using
  6. two new scripts, smartpackage and smartchunkpackage to do the packaging and the
  7. multi-volume packaging. These scripts have command-line arguments compatible
  8. with the Installer ones.
  9.  
  10. The SmartInstaller-produced packages can be installed with Installer as the
  11. regular ones, by double-clicking on them. You can even---at the cost of some
  12. disk space--- generate multiple-volumes packages that can be installed from any
  13. of the disks.
  14.  
  15. This is the first alpha release of SmartPackage. It is not as complete as I
  16. wish it should be, but I would like to get some feedback about it before a real
  17. release is done.
  18.  
  19. SmartPackage is written by Yves Arrouye <Yves.Arrouye@imag.fr>
  20.  
  21. The idea for this came from Alberto Ricart <alberto@smartsoft.com> which did a
  22. good job of manually generating single-volume archives using funzip by Mark
  23. Adler.
  24.  
  25. Contents
  26. --------
  27.  
  28. This directory contains full source, and a pre-compiled release for NEXTSTEP
  29. running on m68k and i386 machines.
  30.  
  31. Installation
  32. ------------
  33.  
  34. Go into the SmartPackage subdirectory, choose an INSTALLDIR directory in the
  35. Makefile and type
  36.  
  37.     make install
  38.  
  39. You can then use the scripts from your install directory.
  40.  
  41. Documentation
  42. -------------
  43.  
  44. Read the NOTES and SUGGESTIONS file (this one may be completed by you and
  45. emailed back to me), and read the comments at the top of the smartpackage and
  46. smartchunkpackage scripts. This files are in the SmartPackage directory.
  47.  
  48.  
  49.