~ubuntu-branches/ubuntu/vivid/esorex/vivid-proposed

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2011-11-25 12:08:00 UTC
  • Revision ID: package-import@ubuntu.com-20111125120800-hb8qatpoxkhv0fne
Tags: upstream-3.9.0
ImportĀ upstreamĀ versionĀ 3.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
About EsoRex
 
4
-------------
 
5
 
 
6
This is version 3.9.0 of the EsoRex application. This package includes
 
7
source files to build the "esorex" executable, which allows the running
 
8
of Common Pipeline Library (CPL) plugins. Also included is the
 
9
documentation and the installation procedures.
 
10
 
 
11
 
 
12
Prerequisites
 
13
--------------
 
14
 
 
15
For installing the EsoRex software you require:
 
16
 
 
17
  * An ISO-C compiler (preferably GNU gcc v3.9 or later)
 
18
  * CPL (version 5.2 or later - available from the CPL web site at ESO)
 
19
  * CFITSIO (version 3.09 - also available from the website above)
 
20
    Esorex itself does not use any function from the CFITSIO library,
 
21
    but has to link against CFITSIO due to CPL
 
22
 
 
23
EsoRex also uses the GNU libtool (version 2.2.6), however, this is provided
 
24
with the EsoRex distribution, and does not need to be obtained separately.
 
25
 
 
26
 
 
27
Installation
 
28
------------
 
29
 
 
30
In order to be able to install the EsoRex tool from the source code,
 
31
you will need an installed version of the CFITSIO and CPL libraries (see
 
32
the Prerequesites, above).
 
33
 
 
34
To install EsoRex, unpack the tar-archive in a directory of your
 
35
choice, enter the created "esorex" directory, and run the following
 
36
commands (for more information about the options for the configure
 
37
script, please read the INSTALL file, that comes with this
 
38
distribution).
 
39
 
 
40
  %  ./configure --prefix=<where-esorex-will-be-installed> \
 
41
                 --with-cpl=<where-cpl-is-installed> \
 
42
                 --with-cfitsio=<where-cfitsio-is-installed>
 
43
  %  make
 
44
  %  make install
 
45
 
 
46
 
 
47
An alternative to specifying with command-line parameters in the configure command
 
48
line where CPL and CFITSIO may be found, 
 
49
is to set the environment variables CFITSIODIR and CPLDIR accordingly.
 
50
 
 
51
  
 
52
 
 
53
Reporting Bugs
 
54
--------------
 
55
 
 
56
Please report any bugs to <cpl-help@eso.org>. See also the BUGS file 
 
57
included in the EsoRex distribution.
 
58
 
 
59
110111
 
60