Changes between Version 47 and Version 48 of IRAF


Ignore:
Timestamp:
04/18/06 09:49:33 (20 years ago)
Author:
cdelarcuz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IRAF

    v47 v48  
    380380Used the default selections for prompts.
    381381
    382 
    383                         X11IRAF V1.3 Installation
    384                         =========================
    385 
    386 
    387 Binary Installation:
    388 --------------------
    389 
    390    The local commands directory is the place where the commands
    391    such as 'xgterm' and 'ximtool' will be installed.  This should
    392    be a directory in a common search path such as /usr/local/bin.
    393 
    394    Local commands directory (/usr/local/bin):
    395 
    396    Installing new binaries in /usr/local/bin ...[  OK  ]
    397 
    398 
    399 Manual Page Installation:
    400 -------------------------
    401 
    402    Man pages are available for each of the X11IRAF tasks, some
    403    tasks will also provide online documentation.  Manual pages
    404    may be installed either in the main system directory or in
    405    a local directory as long as that is accessible through a
    406    MANPATH environment variable.
    407 
    408    Local man page directory (/usr/share/man/man1):
    409 
    410    Installing man pages at /usr/share/man/man1 ...[  OK  ]
    411 
    412 
    413 Application Default Resource Installation:
    414 ------------------------------------------
    415 
    416    The app-defaults directory contains the default X resources for
    417    the XGterm task.  This is not required for the program to work
    418    but provides for more readable menu entries, fonts, etc.
    419    The directory is normally part of the X11 tree but may be any
    420    directory specified in an XFILESEARCHPATH environment variable.
    421 
    422    System app-defaults directory (/usr/lib/app-defaults):
    423 
    424    Installing app-defaults in /usr/lib/app-defaults ...[  OK  ]
    425 
    426 
    427 Client Display Library (CDL) Installation:
    428 ------------------------------------------
    429 
    430    The CDL is an interface for C/Fortran programs to display images
    431    to XImtool and compatible display servers.  This library is not
    432    required in the runtime system for XImtool but can be useful for
    433    developing local applications needing a display capability.
    434    The local lib directory is the place where the CDL library file
    435    will be installed, the local include directory is where the needed
    436    nclude files for the library will be installed.
    437 
    438    Would you like to install this library? (yes):
    439 
    440    Local lib directory (/usr/local/lib):
    441 
    442    Installing CDL libraries in /usr/local/lib ...[  OK  ]
    443 
    444    Local include directory (/usr/local/include):
    445 
    446    Installing include files in /usr/local/include ...[  OK  ]
    447 
    448 Installation complete.
    449 
    450 
    451 Installation GUI Apps:
    452 
    453 Login in as the 'iraf' user and create the following
    454 directory:
    455 
    456 /usr/local/iraf/extern/guiapps
    457 
    458 Uncompress the archive (guiapps.tar.Z)
    459 
    460 metis:/usr/local/iraf/extern/guiapps> uncompress guiapps.tar.Z
    461 metis:/usr/local/iraf/extern/guiapps> tar xf guiapps.tar
    462 
    463 Removed unnecessary bin.<arch> directories, leaving bin.linux and bin.generic.
    464 
    465 metis:/usr/local/iraf/extern/guiapps> rm -r bin.hp700
    466 metis:/usr/local/iraf/extern/guiapps> rm -r bin.alpha
    467 metis:/usr/local/iraf/extern/guiapps> rm -r bin.freebsd
    468 metis:/usr/local/iraf/extern/guiapps> rm -r bin.macosx
    469 metis:/usr/local/iraf/extern/guiapps> rm -r bin.redhat
    470 metis:/usr/local/iraf/extern/guiapps> rm -r bin.sparc
    471 metis:/usr/local/iraf/extern/guiapps> rm -r bin.ssun
    472 metis:/usr/local/iraf/extern/guiapps> rm -r bin.sunos
    473 metis:/usr/local/iraf/extern/guiapps> rm -r bin.suse
    474 
    475 Edit the IRAF file hlib$extern.pkg, adding:
    476 
    477                reset   guiapps         = /usr/local/iraf/extern/guiapps/
    478                task    guiapps.pkg     = guiapps$guiapps.cl
    479 
    480 
    481                                        ,guiapps$lib/helpdb.mip\
    482 
    483 }}}
    484 
    485382= Modifications =
    486383{{{