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