Updated README with better build info
[debian/pforth] / readme.txt
index 8793b432248fd615ce28ff317ade5d608e483488..c515ff3ede4a42946c052c765d36f83dce462e8d 100644 (file)
@@ -8,36 +8,39 @@ Last updated: April 24, 2018 V28
 
 Code for pForth is maintained on GitHub at:
   https://github.com/philburk/pforth
+
 Documentation for pForth at:
   http://www.softsynth.com/pforth/
 
 For technical support please use the pForth forum at:
   http://groups.google.com/group/pforthdev
-  
+
 -- LEGAL NOTICE -----------------------------------------
 
-The pForth software code is dedicated to the public domain,
-and any third party may reproduce, distribute and modify
-the pForth software code or any derivative works thereof
-without any compensation or license.  The pForth software
-code is provided on an "as is" basis without any warranty
-of any kind, including, without limitation, the implied
-warranties of merchantability and fitness for a particular
-purpose and their equivalents under the laws of any jurisdiction.
+Permission to use, copy, modify, and/or distribute this
+software for any purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
+THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
+CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
+FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
+CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 -- Contents of SDK --------------------------------------
 
-    build - tools for building pForth on various platforms
-    build/unix - Makefile for unix
-    
+    platforms - tools for building pForth on various platforms
+    platforms/unix - Makefile for unix
+
     csrc - pForth kernel in ANSI 'C'
     csrc/pf_main.c - main() application for a standalone Forth
     csrc/stdio - I/O code using basic stdio for generic platforms
     csrc/posix - I/O code for Posix platform
     csrc/win32 - I/O code for basic WIN32 platform
     csrc/win32_console - I/O code for WIN32 console that supports command line history
-    
+
     fth - Forth code
     fth/util - utility functions
 
@@ -46,7 +49,7 @@ purpose and their equivalents under the laws of any jurisdiction.
 See pForth reference manual at:
 
   http://www.softsynth.com/pforth/pf_ref.php
-  
+
 -- How to run pForth ------------------------------------
 
 Once you have compiled and built the dictionary, just enter:
@@ -87,5 +90,5 @@ To run the other tests, enter:
     pforth t_strings.fth
     pforth t_locals.fth
     pforth t_alloc.fth
-    
+
 They will report the number of tests that pass or fail.