-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
21 lines (15 loc) · 827 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INSTALL for dr_qc
Daniel Michelson
Environment and Climate Change Canada
dr_qc works with Python 2.6.x and 2.7.x, together with a RAVE installation.
RAVE and its packages is found at git.baltrad.eu. It will be migrated to
Python 3.5+.
You must set the RAVEROOT environment variable. This is the path to the root
of your RAVE installation, e.g. /opt/baltrad . The Makefiles are already
configured appropriately, and will use the information you used when building
RAVE.
Build everything at once with a simple 'make', or if you only want the C
functionality, go to the 'src' directory and issue 'make' there.
Install the built add-on with 'make install'. This will add the command-line
binary and compiled Python module to your RAVE installation.
Generate the in-line documentation with doxygen, by issuing 'make doc'.