https://github.com/aledbf/socat-static-binary
Socat compiled as static binary
https://github.com/aledbf/socat-static-binary
Last synced: 11 months ago
JSON representation
Socat compiled as static binary
- Host: GitHub
- URL: https://github.com/aledbf/socat-static-binary
- Owner: aledbf
- License: apache-2.0
- Created: 2017-02-11T23:26:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T03:40:51.000Z (over 9 years ago)
- Last Synced: 2025-06-12T00:44:27.793Z (about 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 7
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Build a socat static binary executable using docker and musl
This repository is based on https://github.com/andrew-d/static-binaries/tree/master/socat
## Build:
```
$ make all
```
The static binary is in the directory `$PWD/bin/linux/x86_64/`