diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-04-14 16:00:39 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-04-14 16:00:39 -0400 |
commit | 7e1b03e701291e887dadcc0bef4c9221e30e1049 (patch) | |
tree | 508817e44b2965a4c638c31ec3e297a5ebbdbc73 /README | |
parent | 351f9a097fb8e005e9465a8a883b2f063e5c5160 (diff) | |
download | librambutan-7e1b03e701291e887dadcc0bef4c9221e30e1049.tar.gz librambutan-7e1b03e701291e887dadcc0bef4c9221e30e1049.zip |
Unix toolchain docs improvements.
Folded information in the README about the library Makefile target
into docs/source/unix-toolchain.rst. Added a pointer to the JTAG
HOWTO page on the wiki. Made some other miscellaneous cleanups,
updates and improvements.
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -32,21 +32,6 @@ For changes that block official releases, see our wiki: http://wiki.leaflabs.com/index.php?title=Blocking_Changes -Instructions to Create a Library ------------------------------------------------------------------------------- - -TODO: fold this section into the Unix Toolchain Quickstart. - -If you have a complicated project with its own Makefile and multiple -source files, or you're using an IDE that creates its own Makefile, -you'll probably want to load libmaple from an archive (a build-time -library, not a DLL). - -To create an archive, use the "make library" target, and install -build/libmaple.a and the appropriate headers in your project's -directory. At a minimum, the header set will include libmaple.h, -util.h, and libmaple_types.h. - Repository Layout ------------------------------------------------------------------------------ @@ -99,7 +84,7 @@ Repository Layout Unstructured text notes that may be useful. -/README/ +/README This file. |