Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
prorad:install [2012-03-05 11:55:22] mortens [Dependencies] |
prorad:install [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Caveat ===== | ===== Caveat ===== | ||
| - | The ProRad software is provided "as is", and please keep in mind | + | The ProRad software is provided "as is", and please keep [[http:// |
| **" | **" | ||
| Line 10: | Line 10: | ||
| ProRad requires at least the following libraries to be installed for compilation: | ProRad requires at least the following libraries to be installed for compilation: | ||
| - | * libxml2 | ||
| - | * qt4 | ||
| - | * libssl | ||
| - | * proj4 (4.6.1 or later) | ||
| - | * boost (filesystem regex) | ||
| - | * OPERA BUFR | ||
| - | * libgd | ||
| - | * libgdal (1.4.0 or later) | ||
| - | * gcc and g++ | ||
| - | * libtiff | ||
| - | * libgeotiff | ||
| - | * libhdf5 | ||
| - | |||
| - | ===== Build ===== | + | * gcc, g++ (and gfortran) |
| + | * libxml2 >= 2.7 | ||
| + | |||
| + | * qt4 | ||
| + | * libssl >= 0.9.8 | ||
| + | * proj-4 >= 4.6.1 | ||
| + | * boot libraries (at least filesystem regex program_options) | ||
| + | * log4cxx >= 10.0 | ||
| + | |||
| + | * libgd >= 2.0 | ||
| + | * libgdal >= 1.4.0 | ||
| + | * libtiff >= 4.2 | ||
| + | * libgeotiff >= 1.2.4 | ||
| + | |||
| + | * libhdf5 >= 1.8.7 (for ODIM H5 support) | ||
| + | * OPERA BUFR (for WRWP to BUFR conversion) | ||
| + | |||
| + | |||
| + | ===== Basic Installation ===== | ||
| + | |||
| + | ==== Caveat ==== | ||
| + | |||
| + | The current release of the ProRad system comes without the bells and whistles | ||
| + | of GNU automake. | ||
| + | script will not warn you if libraries are missing. | ||
| + | |||
| + | ==== Build and install ==== | ||
| + | |||
| + | |||
| + | The build script is located in the folder " | ||
| + | the script in the following way | ||
| + | |||
| + | bash build-scripts/ | ||
| + | |||
| + | and the script will build the ProRad modules in the correct order. | ||
| + | |||
| + | Each step in the build script will produce a file named " | ||
| + | If a step in the build procedure fails, you will be notified by the | ||
| + | build-script. | ||
| + | find more information in the make.log file of that directory/ | ||
| + | |||
| + | After you have run the build script the ProRad modules will be | ||
| + | installed in the ./bin directory. | ||
| + | |||
| + | ===== Configuration | ||
| + | |||
| + | |||
| + | Please see the file named [[usage|Configuration]] for details on configuring and | ||
| + | running ProRad. | ||
| - | A build script is included in the tar file. | ||