You may not have to clone(about 100MB traffic cost & 2.4GB disk usage) this repo if you want to build the source browser yourself, just follow instructions below:
$ mkdir ~/glibc
$ cd !$
$ wget https://raw.githubusercontent.com/driverCzn/Glibc-source-browser/master/build.sh
$ ./build.sh <version> #make-threads
# e.g. ./build.sh 2.25 9
# open a new window or remember the directory shown as result above
$ cd ~
$ git clone https://github.com/woboq/woboq_codebrowser
$ cd woboq_codebrowser
$ wget https://raw.githubusercontent.com/driverCzn/Glibc-source-browser/master/run.sh
# read run.sh before run it!
$ ./run.sh <version>
# e.g. ./run.sh 2.25
Host it with web server, then you will see sth like this:
Have fun!