Mercurial > hg > index.cgi
diff 00README.txt @ 0:2c24602be78f
Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization
author | lost@l-w.ca |
---|---|
date | Wed, 19 Jan 2011 22:27:17 -0700 |
parents | |
children | 8eddaa2ab6c0 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/00README.txt Wed Jan 19 22:27:17 2011 -0700 @@ -0,0 +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. + +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. + +See docs/ for additional information.