You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() This commit removes ncurses-5.9 and adds 6.0. I also provide the stable patch updates in patches/ncurses/6.0. I have also added an experimental toggle for enabling the new ABI support. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> |
8 years ago | |
---|---|---|
config | 8 years ago | |
contrib | 8 years ago | |
docs | 8 years ago | |
kconfig | 8 years ago | |
licenses.d | 17 years ago | |
patches | 8 years ago | |
samples | 8 years ago | |
scripts | 8 years ago | |
.gitignore | 8 years ago | |
.travis.sh | 8 years ago | |
.travis.yml | 8 years ago | |
COPYING | 15 years ago | |
LICENSES | 17 years ago | |
Makefile.in | 8 years ago | |
README.md | 8 years ago | |
TODO | 8 years ago | |
bootstrap | 12 years ago | |
configure.ac | 8 years ago | |
ct-ng.comp | 8 years ago | |
ct-ng.in | 8 years ago | |
steps.mk | 8 years ago |
README.md
Crosstool-NG 
Crosstool-NG follows the autoconf
dance. So, to get you
kick-started, just run:
./configure --help
If you are using a development snapshot, you'll have to create the configure script, first. Just run:
./bootstrap
You will find the documentation in the directory docs
.
Here is a quick overview of what you'll find there:
- Table of content
- Introduction
- Installing crosstool-NG
- Configuring a toolchain
- Building the toolchain
- Using the toolchain
- Toolchain types
- Contributing
- Internals
- Credits
- Known issues
- Misc. tutorials
You can also point your browser at: http://crosstool-ng.org
Aloha!