changeset 18:8eddaa2ab6c0

Added note about gnu make being suggested
author lost@l-w.ca
date Sat, 22 Jan 2011 17:41:55 -0700
parents 4969bd6f3b7d
children 06c4a2b72b24
files 00README.txt
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/00README.txt	Sat Jan 22 17:33:54 2011 -0700
+++ b/00README.txt	Sat Jan 22 17:41:55 2011 -0700
@@ -1,7 +1,9 @@
 This is LWTOOLS, a cross development system targetting the 6809 CPU.
 
 It consists of an assembler, lwasm, a linker, lwlink, and an archiver,
-lwar which should compile on any reasonably modern POSIX environment.
+lwar which should compile on any reasonably modern POSIX environment. If you
+have problems building, make sure you are using GNU make. Other make
+programs may work but GNU make is known to work.
 
 To see if a quick build will work, just type "make". If it works, you're
 ready to go ahead with "make install". This will install in /usr/local/bin.