Closed Miserlou closed 10 years ago
Ah, thanks!
(Seems like this is a bit heavyweight for my purposes if end-users are required to install Homebrew and to make modifications to an install script as well. Still, good work and good luck!)
For posterity, homebrew worked flawlessly for me.
$ brew install libffi rtmpdump
...
==> Downloading https://homebrew.bintray.com/bottles/rtmpdump-2.4+20151223.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring rtmpdump-2.4+20151223.sierra.bottle.tar.gz
🍺 /usr/local/Cellar/rtmpdump/2.4+20151223: 19 files, 422.2KB
$ pip install python-librtmp
Collecting python-librtmp
...
Installing collected packages: python-librtmp
Running setup.py install for python-librtmp ... done
Successfully installed python-librtmp-0.3.0
Any chance of getting a bit more info on how to build for OSX?
Specifically, is there a preferred way of installing librtmp-dev and libffi-dev?