comparison 00README.txt @ 18:8eddaa2ab6c0

Added note about gnu make being suggested
author lost@l-w.ca
date Sat, 22 Jan 2011 17:41:55 -0700
parents 2c24602be78f
children 03f425c6c39c
comparison
equal deleted inserted replaced
17:4969bd6f3b7d 18:8eddaa2ab6c0
1 This is LWTOOLS, a cross development system targetting the 6809 CPU. 1 This is LWTOOLS, a cross development system targetting the 6809 CPU.
2 2
3 It consists of an assembler, lwasm, a linker, lwlink, and an archiver, 3 It consists of an assembler, lwasm, a linker, lwlink, and an archiver,
4 lwar which should compile on any reasonably modern POSIX environment. 4 lwar which should compile on any reasonably modern POSIX environment. If you
5 have problems building, make sure you are using GNU make. Other make
6 programs may work but GNU make is known to work.
5 7
6 To see if a quick build will work, just type "make". If it works, you're 8 To see if a quick build will work, just type "make". If it works, you're
7 ready to go ahead with "make install". This will install in /usr/local/bin. 9 ready to go ahead with "make install". This will install in /usr/local/bin.
8 10
9 See docs/ for additional information. 11 See docs/ for additional information.