X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=README;h=c86ed4b30e3959807f496c8f9fd4428fda4fc49b;hb=ad7a5bacd4a21a26a14d7835422aa4f31a0330d4;hp=2f8ab3b32cf31c0cd1175e42e95adc0210dda769;hpb=1554fe954432314f48e33edf6cd2eedb9c71015c;p=musl-tables diff --git a/README b/README index 2f8ab3b..c86ed4b 100644 --- a/README +++ b/README @@ -1,4 +1,20 @@ musl development tools: api tables (posix and c99 api coverage) - sizeof public types + sizeof various declared types (glibc vs musl) +download: + git clone git://repo.or.cz/musl-tools.git + +depends: + a git clone of musl is needed + git clone git://git.etalabs.net/musl + exuberant ctags + apt-get install exuberant-ctags + +build: + set MUSL in Makefile to the musl git repo root + build musl (cd $MUSL && make) + run make + + various files will be generated under data/ + *html and sizeof.diff are the relevant outputs