# HG changeset patch # User "Yann E. MORIN" # Date 1282598656 -7200 # Node ID 7975604aacbdce38b860c9fcbf2f7d8a005ec501 # Parent e3771cd6e4200ef856ec32bbbb3aa6fd934391ab docs: review REaDME Signed-off-by: "Yann E. MORIN" diff -r e3771cd6e420 -r 7975604aacbd README --- a/README Sat Aug 21 16:46:24 2010 +0200 +++ b/README Mon Aug 23 23:24:16 2010 +0200 @@ -1,44 +1,25 @@ This is the README for crosstool-NG -TABLE OF CONTENT / -________________/ - - - GETTING STARTED - - CREDITS - - KNOWN ISSUES - - -GETTING STARTED / -_______________/ - -To get you started, just enter: +Crosstool-NG follows the autoconf dance. So, to get you +kick-started, just run: ./configure --help -You can find a (terse and WIP) documentation in docs/overview.txt. -Here's a summary of what you'll find in there: - Introduction - History - Installing crosstool-NG - Configuring crosstool-NG - Running crosstool-NG - Using the toolchain - Toolchain types - Contributing - Internals +You will find the documentation in the directory 'docs'. +Here is a quick overview of what you'll find there: + 0 - Table of content + 1 - Introduction + 2 - Installing crosstool-NG + 3 - Configuring a toolchain + 4 - Building the toolchain + 5 - Using the toolchain + 6 - Toolchain types + 7 - Contributing + 8 - Internals + A - Credits + B - Known issues + C - Misc. tutorials You can also point your browser at: http://ymorin.is-a-geek.org/projects/crosstool - -CREDITS / -_______/ - -The people that helped are listed in docs/CREDITS. Many thanks to them! :-) - - -KNOWN ISSUES / -____________/ - -The list of known issues is listed in docs/known-issues.txt. - Aloha!