Changes between Version 52 and Version 53 of IRAF
- Timestamp:
- 04/21/06 10:41:09 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IRAF
v52 v53 51 51 usr/local/iraf/iraf/local (Use the iraf account for installation and maintenance) 52 52 }}} 53 Create directories under /usr/local/: 53 '''Create directories under /usr/local/:''' 54 54 {{{ 55 55 metis:/usr/local> su cdelacruz … … 69 69 metis:/usr/local/iraf> cd extern 70 70 }}} 71 Extract iraf source archive: 71 '''Extract iraf source archive:''' 72 72 {{{ 73 73 metis:/usr/local/iraf> cd iraf … … 75 75 metis:/usr/local/iraf/iraf> tar -xf as.pcix.gen 76 76 }}} 77 Extract binaries under following directories: 77 '''Extract binaries under following directories:''' 78 78 {{{ 79 79 metis:/usr/local/iraf/irafbin/bin.linux> cat /usr/local/iraf/ib.lnux.x86.gz | zcat | tar -xpf - 80 80 metis:/usr/local/iraf/irafbin/noao.bin.linux> cat /usr/local/iraf/nb.lnux.x86.gz | zcat | tar -xpf - 81 81 }}} 82 Install Patches: 82 '''Install Patches:''' 83 83 84 84 patch2a.tar.gz and hbin.lnux.x86.gz … … 105 105 }}} 106 106 107 Initialize the environment for installation: 107 '''Initialize the environment for installation:''' 108 108 {{{ 109 109 metis:/usr/local/iraf/iraf/unix/hlib> setenv iraf /usr/local/iraf/iraf/ … … 111 111 metis:/usr/local/iraf/iraf/unix/hlib> source irafuser.csh 112 112 }}} 113 Test the install script with the -n: 113 '''Test the install script with the -n:''' 114 114 {{{ 115 115 metis:/usr/local/iraf/iraf/unix/hlib> ./install -n
