meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit dd9158276ab84990f04480292a179ada84788350
parent 7189db4169cd9339fc918b7fe0db567bb489f3da
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  5 May 2023 14:55:29 +0200

htrdr: release version 0.9.2

Update the list of pre-requisites.

Diffstat:
Mhtrdr/Makefile | 2+-
Ahtrdr/downloads/htrdr-0.9.2-GNU-Linux64.tar.gz | 2++
Ahtrdr/downloads/htrdr-0.9.2-Sources.tar.gz | 2++
Mhtrdr/htrdr.html.in | 3++-
4 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/htrdr/Makefile b/htrdr/Makefile @@ -16,7 +16,7 @@ include ../config.mk -HTRDR_VERSION=0.9.1 +HTRDR_VERSION=0.9.2 HTRDR_DIR=htrdr-$(HTRDR_VERSION)-GNU-Linux64 HTRDR_ARCH=downloads/$(HTRDR_DIR).tar.gz HTRDR_README=$(HTRDR_DIR)/share/doc/htrdr/README.md diff --git a/htrdr/downloads/htrdr-0.9.2-GNU-Linux64.tar.gz b/htrdr/downloads/htrdr-0.9.2-GNU-Linux64.tar.gz @@ -0,0 +1 @@ +#$# git-wad cebdac73fbc56afe4ee99cba141033699901b3884c16a63f45be08c2c011de6a 16428674 +\ No newline at end of file diff --git a/htrdr/downloads/htrdr-0.9.2-Sources.tar.gz b/htrdr/downloads/htrdr-0.9.2-Sources.tar.gz @@ -0,0 +1 @@ +#$# git-wad 2ace975c216d53653a638f5f177ee49c25bd7a9bfe3deedd58ff88593d104d68 1390354 +\ No newline at end of file diff --git a/htrdr/htrdr.html.in b/htrdr/htrdr.html.in @@ -314,9 +314,10 @@ and the installation of <code>htrdr</code> and its dependencies. This build procedure assumes the following prerequisites: <ul> + <li>pkg-config</li> <li><a href="https://cmake.org">CMake</a> in version 3.5 or higher.</li> <li><a href=https://git-scm.com>git</a> source control.</li> - <li><a href=https://gcc.gnu.org>GNU Compiler Collection</a> in version 4.8 or + <li><a href=https://gcc.gnu.org>GNU Compiler Collection</a> in version 7 or higher.</li> <li><a href=https://www.unidata.ucar.edu/software/netcdf/>NetCDF</a> library and headers in version 4 or higher.</li>