changeset 2659:b05a75d273bd

Update build instructions a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 Mar 2024 16:14:52 +0200
parents c4fafcc43d83
children f98d44009e9b
files README
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sat Mar 02 16:14:37 2024 +0200
+++ b/README	Sat Mar 02 16:14:52 2024 +0200
@@ -37,7 +37,7 @@
 The compilation and usage of these utilities requires following
 software packages or functional equivalents installed:
 
- - GCC or Clang or possibly other C99 compatible compiler
+ - GCC or Clang or possibly other C11 compatible compiler
  - GNU wget or curl
  - ImageMagick (GraphicsMagick might not work)
  - GNU diff, patch, make and sed
@@ -49,7 +49,8 @@
 Optional:
 
  - GIMP 2.x or newer for best quality worldmap PNG color reduction.
-   Without GIMP the worldmap PNG files will be 32-bit RGBA.
+   Without GIMP the worldmap PNG files will be 32-bit RGBA (and
+   rather large, for that matter.)
 
  - xsltproc for generating changelog.txt
 
@@ -80,7 +81,7 @@
 
     $ hg clone https://tnsp.org/hg/th-libs/
 
- 2) Edit 'Makefile' and 'config.mak' in top directory, if needed.
+ 2) Edit 'Makefile' and/or 'config.mak' in top directory, if needed.
 
  3) In the main directory, type 'make' or 'gmake' to compile.
     If compilation succeeds, you can move to step 4.