Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Mirror of the socat source code with pre-built releases for Linux (x64 and x86), Windows (x64 and x86), and MacOS (x64)

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.OpenSSL
NotificationsYou must be signed in to change notification settings

3ndG4me/socat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mirror of the socat source code with pre-built releases for Windows, Linux (x64 and x86), and MacOS (x64)

Releases

Both x64 and x86 binaries for Linux and Windows can be downloaded from the "Releases" section of this repo. An x64 MacOS binary is available as well:

Build Instructions

Linux:

  1. Make sure gcc, make, and openssl are installed
  2. Clone or download the zip for this repogit clone https://github.com/3ndG4me/socat.git
  3. cd socat
  4. ./configure
  5. make
  6. Asocat binary will be in the root of the socat repo
  7. Optionalmake install (will install socat into your path)

Windows:

  1. Install Cygwin with the following additional packages:
    • gcc-g++
    • gcc-core
    • cygwin32-gcc-g++
    • cygwin32-gcc-core
    • make
  2. Using Cygwin, clone or download the zip for this repogit clone https://github.com/3ndG4me/socat.git
  3. cd socat
  4. ./configure
  5. make
  6. Asocat.exe binary will be in the root of the socat repo
  7. Optionalmake install (will install socat into your path)

MacOS

  1. Be sure clang/gcc is installed along with make, and openssl
  2. Clone or download the zip for this repogit clone https://github.com/3ndG4me/socat.git
  3. cd socat
  4. ./configure
  5. make
    • NOTICE: For version 1.7.3.3 thexio-termios.c file had a function call on line359 that passed the parameterspeed as the type ofspeed_t. According the interface for this function, defined in thexio-termios.h header file, this paramter is supposed to be anunsigned int. This is a strange error that only occurs with the mac version during the intial build withmake. It is simply patched by changing thespeed_t type of thespeed parameter to theunsigned int that the interface is expecting.
  6. Asocat binary will be in the root of the socat repo
  7. Optionalmake install (will install socat into your path)

Notice:

I did not write this, nor do I maintain the original project. This is simply a mirror repo hosting pre-compiled release builds. All original licenses apply. All credit goes to the original creator/maintainer, please visit the link to the original maintainer below for more information on how to report bugs and about the socat project in general:

Also checkout the original README below for more information:

About

Mirror of the socat source code with pre-built releases for Linux (x64 and x86), Windows (x64 and x86), and MacOS (x64)

Topics

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.OpenSSL

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp