Changes between Version 11 and Version 12 of pyRAF
- Timestamp:
- 04/18/06 16:48:09 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyRAF
v11 v12 22 22 that you follow the order in which they are listed below: 23 23 24 * IRAF25 * TABLES/STSDAS v3.426 * Tcl/Tk - v8.3 or higher27 * Readline28 * Python - v2.3 or higher (with readline and _tkinter modules enabled)29 * Numeric - v23.830 * libf2c (Note: the package on our web site has a change that allows it to work on 64bit Linux platforms)31 * Pmw 1.224 * IRAF 25 * TABLES/STSDAS v3.4 26 * Tcl/Tk - v8.3 or higher 27 * Readline 28 * Python - v2.3 or higher (with readline and _tkinter modules enabled) 29 * Numeric - v23.8 30 * libf2c (Note: the package on our web site has a change that allows it to work on 64bit Linux platforms) 31 * Pmw 1.2 32 32 33 33 Some platforms have most of these packages already installed in their system directories. … … 57 57 58 58 59 Readline5: 59 '''Readline5:''' 60 60 61 61 cdelacruz@metis:~$ sudo apt-get install libreadline5 … … 64 64 65 65 66 Numeric: 66 '''Numeric:''' 67 67 68 68 cdelacruz@metis:~$ sudo apt-get install python2.4-numeric … … 73 73 In addition Pydrizzle/Multidrizzle require: 74 74 75 Pmw: 75 '''Pmw:''' 76 76 77 77 … … 87 87 88 88 89 libf2c: 89 '''libf2c:''' 90 90 91 91 f2c - A FORTRAN 77 to C/C++ translator, plus static & shared libs.
