Skip to content

A script that builds statically-linked GNU coreutils

Notifications You must be signed in to change notification settings

giulianozor/coreutils-static

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coreutils-static

Because we all need the most static coreutils we can get in this world.

Getting

Download from the Releases section or run ./build.sh.

Note that you really can't have truly static binaries on Darwin or Windows machines, because there are no static libraries that can be used.

On Linux, we use musl instead of glibc to avoid dlopen().

What's the point of this?

I can run coreutils anywhere

About

A script that builds statically-linked GNU coreutils

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.1%
  • Dockerfile 28.9%