# HG changeset patch # User Matti Hamalainen # Date 1483838434 -7200 # Node ID cb92f01c5dcb03b8f0f96328f44d2eaecf808b3f # Parent b60035fc3500a9d01181df955195a979da29eace Update README regarding th-libs dependency and where to get it from. diff -r b60035fc3500 -r cb92f01c5dcb README --- 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.