changeset 2389:9a95ee5f48ae

Update documentation a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 06 Nov 2021 18:11:50 +0200
parents e845f54be995
children 3ef5e7656f5e
files README
diffstat 1 files changed, 11 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sat Nov 06 18:11:40 2021 +0200
+++ b/README	Sat Nov 06 18:11:50 2021 +0200
@@ -33,21 +33,27 @@
 The compilation and usage of these utilities requires following
 software packages or functional equivalents installed:
 
- - GCC 4.6 or later (or Clang or possibly other C99 compatible compiler)
+ - GCC or Clang or possibly other C99 compatible compiler
  - GNU Wget or curl
  - Perl 5.10 or later
  - ImageMagick (GraphicsMagick might not work)
  - GNU diff, patch, make and sed
  - bash, dash or some other reasonable shell
- - libpng 1.2 or 1.6 and development headers (optional)
+ - TNSP "th-libs" C utility code library, usually you need the latest
+   one for the latest maputils, available as Mercurial repository at
+   https://tnsp.org/hg/th-libs/
+
+Optional:
+
+ - libpng 1.2 or 1.6 and development headers for PNG output support
+   in map2ppm.
+
  - libwebsockets, libuv and perhaps some other depencies
    if you want the "mapsearch" server. Only following versions
    of libwebsockets have been tested: 2.0.3, 2.2.0, 3.2.1 and
    4.0.20 .. I can't guarantee compatibility with all versions.
 
- - TNSP "th-libs" C utility code library, usually you need the latest
-   one for the latest maputils, available as Mercurial repository at
-   https://tnsp.org/hg/th-libs/
+ - PHP 7.x for src/generate_batclient_xml.php
 
  - Stuff under www/ requires PHP 7.x, but it's not really even
    meant for public consumption, this repository just works as a