source: tags/Release2.1.0b/external/casa_asap/README @ 1205

Last change on this file since 1205 was 1205, checked in by mar637, 18 years ago

readme for package

File size: 998 bytes
Line 
1REQUIREMENTS
2============
3
4You need to have following packages and their development packages installed:
5
6# from standard (rpm/deb) packages
7
8* cfitsio
9* blas   
10* lapack 
11* gcc/g++ (>=3.2)
12* g77     cfitsio
13* g2c
14
15and their development packages
16e.g. cfitsio-dev (deb based) / cfitsio-devel (rpm based)
17
18# extra libraries
19
20* rpfits  -> in /usr/local
21  To get rpfits
22  wget http://www.atnf.csiro.au/pub/software/rpfits/rpfits.tar.gz
23  unpack and build/install
24
25INSTALL
26=======
27
28To build this casa_asap package:
29
301) ./configure.sh
312) Do this ONLY if you have non-standard locations for cfitsio or rpfits
32   If RPFITS is not in /usr/local/
33   
34   edit  "linux/UNKNOWN_SITE/makedefs"
35   or    "linux_64b/UNKNOWN_SITE/makedefs"
36   or    "darwin/UNKNOWN_SITE/makedefs"
37   
38   and replace
39   
40   RPFITSROOT := /usr/local
41   
42   with
43   
44   RPFITSROOT := myrpfitsdir
45 
463) ./build.sh
474) patience ;-)
48
49
50NOTES
51=====
52
53The OSX installation isn't straight forward. Please use the binary package
54instead.
Note: See TracBrowser for help on using the repository browser.