changeset 1666:cb92f01c5dcb

Update README regarding th-libs dependency and where to get it from.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Jan 2017 03:20:34 +0200
parents b60035fc3500
children c521ae6d05fe
files README
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Dec 19 09:06:18 2016 +0200
+++ b/README	Sun Jan 08 03:20:34 2017 +0200
@@ -31,6 +31,10 @@
  - bash, dash or some other compatible shell
  - libpng 1.2 or 1.6 and development headers
 
+ - TNSP "th-libs" C utility code library, usually you need the latest
+   one for the latest maputils, available as Mercurial repository at
+   http://tnsp.org/hg/th-libs/
+
  - Stuff under www/ obviously requires PHP5, but it's not really even
    meant for public consumption, this repository just works as a
    storage medium for it. All the required files (the simplistic
@@ -44,6 +48,10 @@
 
  1) Verify that your system fulfills the requirements stated above.
 
+ 2) In maputils root directory, clone th-libs under it:
+
+    $  hg clone http://tnsp.org/hg/th-libs/
+
  2) Edit 'Makefile' and 'config.mak' in top directory, if needed.
 
  3) In the main directory, type 'make' or 'gmake' to compile.