mirror of
https://repo.or.cz/socat.git
synced 2025-06-29 02:38:43 +00:00
Improved README; explained benefit of UDP-DATAGRAM
This commit is contained in:
parent
52e2e5a277
commit
186a323c2d
3 changed files with 24 additions and 8 deletions
13
README
13
README
|
@ -58,8 +58,15 @@ Rocky 9
|
|||
Cygwin 10.0
|
||||
|
||||
|
||||
install
|
||||
-------
|
||||
build
|
||||
-----
|
||||
|
||||
You need at least gcc and make.
|
||||
A few libraries are required for full features:
|
||||
Debian: libssl-dev libreadline-dev libwrap0-dev
|
||||
Red Hat: openssl-devel readline-devel tcp_wrappers-libs
|
||||
Arch Linux: openssl readline
|
||||
|
||||
|
||||
Get the tarball and extract it:
|
||||
tar xzf socat.tar.gz
|
||||
|
@ -69,7 +76,7 @@ Get the tarball and extract it:
|
|||
su
|
||||
make install # installs socat, filan, and procan in /usr/local/bin
|
||||
|
||||
For compiling socat, gcc (or clang) is recommended.
|
||||
For compiling socat, gcc or a compatible compiler (e.g. clang) is recommended.
|
||||
If gcc (or a compiler with similar front end) is not available, the configure
|
||||
script might fail to determine some features
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue