README
branch1.11
changeset 2558 b7317d2fe0e9
parent 1575 eb92c99b17cd
child 2725 32aa23619dfd
     1.1 --- a/README	Sat Oct 10 12:55:17 2009 +0200
     1.2 +++ b/README	Tue Jul 12 23:52:24 2011 +0200
     1.3 @@ -1,44 +1,25 @@
     1.4  This is the README for crosstool-NG
     1.5  
     1.6 -TABLE OF CONTENT /
     1.7 -________________/
     1.8 -
     1.9 -  - GETTING STARTED
    1.10 -  - CREDITS
    1.11 -  - KNOWN ISSUES
    1.12 -
    1.13 -
    1.14 -GETTING STARTED /
    1.15 -_______________/
    1.16 -
    1.17 -To get you started, just enter:
    1.18 +Crosstool-NG follows the autoconf dance. So, to get you
    1.19 +kick-started, just run:
    1.20    ./configure --help
    1.21  
    1.22 -You can find a (terse and WIP) documentation in docs/overview.txt.
    1.23 -Here's a summary of what you'll find in there:
    1.24 -  Introduction
    1.25 -  History
    1.26 -  Installing crosstool-NG
    1.27 -  Configuring crosstool-NG
    1.28 -  Running crosstool-NG
    1.29 -  Using the toolchain
    1.30 -  Toolchain types
    1.31 -  Contributing
    1.32 -  Internals
    1.33 +You will find the documentation in the directory 'docs'.
    1.34 +Here is a quick overview of what you'll find there:
    1.35 +  0 - Table of content
    1.36 +  1 - Introduction
    1.37 +  2 - Installing crosstool-NG
    1.38 +  3 - Configuring a toolchain
    1.39 +  4 - Building the toolchain
    1.40 +  5 - Using the toolchain
    1.41 +  6 - Toolchain types
    1.42 +  7 - Contributing
    1.43 +  8 - Internals
    1.44 +  A - Credits
    1.45 +  B - Known issues
    1.46 +  C - Misc. tutorials
    1.47  
    1.48  You can also point your browser at:
    1.49    http://ymorin.is-a-geek.org/projects/crosstool
    1.50  
    1.51 -
    1.52 -CREDITS /
    1.53 -_______/
    1.54 -
    1.55 -The people that helped are listed in docs/CREDITS. Many thanks to them! :-)
    1.56 -
    1.57 -
    1.58 -KNOWN ISSUES /
    1.59 -____________/
    1.60 -
    1.61 -The list of known issues is listed in docs/known-issues.txt.
    1.62 -
    1.63  Aloha!