# HG changeset patch # User lost@l-w.ca # Date 1295743315 25200 # Node ID 8eddaa2ab6c088eb6e89b78d05df38458fa07cd9 # Parent 4969bd6f3b7d66b46d5916cb237456f46ceed1aa Added note about gnu make being suggested diff -r 4969bd6f3b7d -r 8eddaa2ab6c0 00README.txt --- 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.