23

I would like to know how can I install Socat on my Mac (lion) ?

I tried to find an How To via Google but I didn't find anything.

Thank you in advance!

Ilan
  • 569
  • 1
  • 8
  • 21

2 Answers2

45

Use brew. After installation, socat is available running this command:

brew install socat
Martin Delille
  • 11,360
  • 15
  • 65
  • 132
1

Use MacPorts. After installation, socat is available running following command:

sudo port install socat
Ales Teska
  • 1,198
  • 1
  • 17
  • 38