changeset 30:8f2855f9300c

Update documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Sep 2014 18:08:52 +0300
parents d4ec69beb160
children 727c012d5de4
files README.txt
diffstat 1 files changed, 11 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Thu Sep 25 17:41:24 2014 +0300
+++ b/README.txt	Thu Sep 25 18:08:52 2014 +0300
@@ -21,6 +21,7 @@
  - GCC (4.x, older ones might work as well)
  - GNU binutils
  - GNU Make
+ - th-libs lib
 
 For Linux -> Win32/64 cross-compilation I have used the standard
 MinGW packages from Debian Testing (wheezy):
@@ -35,15 +36,21 @@
 
 How to build
 ============
-0) Possibly edit Makefile / Makefile.w32
+0) If building from Mercurial repo, you need th-libs:
+
+   $ hg clone http://tnsp.org/hg/th-libs
 
-1) $ gmake
+1) Possibly edit Makefile / Makefile.w32
+
+2) $ gmake
+
    or, if cross-compiling to Win32 via MinGW
+
    $ gmake -f Makefile.w32
 
-2) ???
+3) ???
 
-3) If it works -> Happy fun times \:D\
+4) If it works -> Happy fun times \:D\
 
 -----------------------------------------------------------------------