Skip to content

Various *nix tools built as statically-linked binaries

License

Notifications You must be signed in to change notification settings

ablyssx74/static-binaries

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

static-binary-socat

This repo contains a static build of socat-1.8.1.1 along with the Dockerfile and build script that can be used to build.

The goal achieves an up-to-date static build of socat with SSL builtin that runs under blink and Haiku OS.

Building under Linux

cd socat
docker build -t static-binaries-socat .
docker run -v `pwd`/../binaries:/output static-binaries-socat

# After build is done
# cd /static-binaries/binaries/linux/x86_64
# zip socat.zip ./socat
# cp socat.zip Haiku OS

Running under Haiku OS

pkgman install blink
unzip socat and mv to  /boot/home/config/non-packaged/bin/
Open Terminal and type blink socat

Prebuilt binary

socat

About

Various *nix tools built as statically-linked binaries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.1%
  • Dockerfile 8.9%