diff README.txt @ 862:01f2af5f87b1

Some updates in README.txt
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 23 Nov 2014 01:33:18 +0200
parents fc26ec1d315f
children 4cecc74e1b85
line wrap: on
line diff
--- a/README.txt	Sat Nov 22 23:33:36 2014 +0200
+++ b/README.txt	Sun Nov 23 01:33:18 2014 +0200
@@ -12,6 +12,7 @@
             Demo engine / development and utility framework
 
 -----------------------------------------------------------------------
+
 Programmed and designed by Matti Hämäläinen (ccr/TNSP)
 (C) Copyright 2002-2014 Tecnic Software productions (TNSP)
 
@@ -20,8 +21,10 @@
 IRC    : ccr @ IRCNet, sometimes also Freenode
 e-mail : ccr@tnsp.org
 
+
 -----------------------------------------------------------------------
 
+
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
@@ -50,8 +53,10 @@
 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.
 
+
 -----------------------------------------------------------------------
 
+
 So, what is this?
 =================
 Basically .. a bunch of more and/or less random stuff. dmlib in
@@ -75,8 +80,10 @@
 Most modules can be enabled or disabled, per project basis via
 compile-time configuration in config.mak.
 
+
 -----------------------------------------------------------------------
 
+
 Requirements
 ============
 The compilation and usage of these utilities requires following
@@ -88,16 +95,17 @@
  - pkg-config
  - zlib
 
-You probably also want:
+You will also want these libraries:
 
- - libSDL 1.2, preferably a current version.
+ - libSDL 1.2, preferably the latest stable version.
  - libPNG 1.2 and development headers (more optional,
    only required for PNG write and read support by some
    utilities.)
  - SDL_ttf 2.0 and libfreetype2
  - Tremor (integer-based Ogg Vorbis decoder) + libogg
 
-And the demo editor framework requires:
+And the demo editor framework requires (but it is not yet
+usable anyway, so you may as well skip these):
 
  - Qt 4.x framework libraries (tested with 4.7 and 4.8.2)
  - qmake, moc
@@ -114,8 +122,10 @@
 
 Please don't ask me for help to get cross-compilation working.
 
+
 -----------------------------------------------------------------------
 
+
 How to build
 ============
 1) $ cp config.mak.in config.mak
@@ -129,6 +139,7 @@
 
 4) If it works -> Happy fun times \:D\
 
+
 -----------------------------------------------------------------------
 
 Included utilities
@@ -202,8 +213,10 @@
 Compiled only if libSDL support is enabled. Can be used to
 display C64 bitmaps.
 
+
 -----------------------------------------------------------------------
 
+
 Examples
 ========
 
@@ -315,4 +328,5 @@
 0018 : .####...
 0019 : ........
 
+
 -----------------------------------------------------------------------