Go to the first, previous, next, last section, table of contents.

Contents:


Brief installation instructions:
section Installing in brief for Unix systems.
section Installing in brief for MS-DOS systems.

Detailed installation information:
section Developer's Kit installation on Unix.
section Developer's Kit installation on MS-DOS.

Appendices:
section Platform names.
section Cross-development environment.

Copyright (C) 1994, 1995 Cygnus Support

Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.

Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided also that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.

Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions.

Installing in brief for Unix systems

You can run the brief installation procedure if:

Otherwise, see section Installing your Developer's Kit distribution.

Steps for Brief Install:

(In examples, we show the system prompt as `eg$'.)

  1. Make sure you can write in `/usr/cygnus' by typing:
    eg$ su root                (enter root password)
    # mkdir /usr/cygnus        (ignore "File exists" error if any)
    # chmod 777 /usr/cygnus
    # exit                     (root access not needed beyond this)
    
  2. Load the distribution into the drive and extract the Install script. WARNING: you must use a non--rewinding tape device; see section Device names.
    eg$ cd /tmp
    eg$ tar xfv device Install
    
  3. Run the Install script:
    eg$ ./Install -tape=device
    
    Install displays messages about its activity, ending with
    Done.
    
  4. Build symbolic links to make execution paths easy (you may need root access to put the link in `/usr'):
    eg$ cd /usr/cygnus
    eg$ ln -s progressive-95q4 progressive
    eg$ su root         
    # ln -s /usr/cygnus/progressive/H-host /usr/progressive
    # exit              (give up root access as soon as possible)
    
  5. Use your Cygnus Support customer ID (see cover letter) to tag your copy of our problem-report form:
    eg$ /usr/progressive/bin/install-sid customer-ID
    
  6. Remove public write access from `/usr/cygnus'. See your system administrator for the correct permissions at your site.

You're done! Anyone who puts `/usr/progressive/bin' in their PATH can use this Developer's Kit distribution.

We have attempted to make the installation of the Cygnus Support Developer's Kit distribution as trouble-free as possible. If you encounter any problems, please contact us:

Faxes are answered 8 am--5pm, Monday through Friday.


Go to the first, previous, next, last section, table of contents.