readme fix
[musl-tools.git] / README
blobc2895306520302462e40e9fa333df40bea2650e1
1 musl development tools:
2         api tables (posix and c99 api coverage)
3         sizeof varios declared types (glibc vs musl)
5 download:
6         git clone git://repo.or.cz/musl-tools.git
8 depends:
9         a git clone of musl is needed
10         git clone git://git.etalabs.net/musl
11         exuberant ctags
12         apt-get install exuberant-ctags
14 build:
15         set MUSL in Makefile to the musl git repo root
16         build musl (cd $MUSL && make)
17         run make
19         various files will be generated under data/
20         *html and sizeof.diff are the relevant outputs