Skip to content

driverCzn/Glibc-source-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

View my built version

Build one yourself

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!

About

Multi-version glibc source browser based on code.woboq.org 's product.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published