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 | 2d20a090cce72a75d19618c7c42dd66d078d3b79 (patch) | |
| tree | c22ccacd4b2e83024086d0c0d89864fbae0bbb61 /README | |
| parent | 812e16a5409e5446749711563a4ef8ee7a94d4a0 (diff) | |
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. |
