Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wdb:downloads [2008-04-02 08:24:32] michaeloa |
wdb:downloads [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Downloads ====== | ====== Downloads ====== | ||
| - | The best available version of WDB is version 0.6 | + | You can install |
| - | You can install WDB by compiling its source code release directly, or by installing the prepackaged binaries (if there is one for your operating system). | + | ===== Source Code ===== |
| - | WDB is currently | + | The latest source code release |
| - | ===== Source Code ===== | + | Be sure to read the general instructions (README and INSTALL) for building from the source tarball, and the specific instructions within the source code itself. |
| - | The latest source release is here: ([[http:// | + | Earlier versions of the WDB system were released in a single package. From version |
| - | Be sure to read the general instructions | + | * WDB The core of the WDB system |
| + | * LoaderBase | ||
| + | * GribLoad | ||
| + | |||
| + | Further packages (for other loading programs) will be added eventually. | ||
| WDB is dependent on a number of specific components and libraries. Specifically: | WDB is dependent on a number of specific components and libraries. Specifically: | ||
| - | * Postgres 8.1.x or later | + | * Postgres |
| - | * Postgis 1.1.x or later | + | * Postgis |
| - | * Boost 1.33.1 or later | + | * Pqxx 2.6.9 |
| - | * Log4Cpp 1.0.x or later | + | * Boost 1.33.1 or later |
| + | * Log4Cpp | ||
| + | * Proj.4 | ||
| + | * GNU readline 5.0.x or later | ||
| In addition, the following libraries are required for the loading programs: | In addition, the following libraries are required for the loading programs: | ||
| * ECMWF GRIB API 1.3.x or later (for loading of GRIB files) | * ECMWF GRIB API 1.3.x or later (for loading of GRIB files) | ||
| - | * Felt2Grib Utility (for loading of FELT files) | ||
| * KvalObs System (for loading of observations from KvalObs) | * KvalObs System (for loading of observations from KvalObs) | ||
| + | |||
| + | To generate the documentation, | ||
| + | |||
| + | * xmlto 0.0.18 or later | ||
| + | * doxygen 1.4.6 or later | ||
| ===== Binary Packages ===== | ===== Binary Packages ===== | ||
| - | We are currently working on a Debian package of WDB, which we intend to maintain. | + | We are developing |