update tables for 1.1.8
[musl-tools.git] / README
blobc86ed4b30e3959807f496c8f9fd4428fda4fc49b
1 musl development tools:
2         api tables (posix and c99 api coverage)
3         sizeof various 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