Just compiled rtmpdump from SVN in Ubuntu 10.10 Maverick:
- Install the tools needed for accessing the code and compilation:
Code:
sudo apt-get install build-essential gcc make subversion libssl0.9.8 libssl-dev libssl0.9.8
- Check out the latest code from the Subversion repository:
Code:
svn co svn://svn.mplayerhq.hu/rtmpdump rtmpdump
Code:
cd rtmpdump
cd trunk
And use the following to install:
Please correct me if something is wrong in my steps.