View Single Post
  #13  
Old 01-04-2011, 03:37 AM
Stream Recorder
 
Posts: n/a
Default

Re: RTMPDump - how do I compile source code in Linux like Ubuntu?


Just compiled rtmpdump from SVN in Ubuntu 10.10 Maverick:
  1. 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
  2. Check out the latest code from the Subversion repository:
    Code:
    svn co svn://svn.mplayerhq.hu/rtmpdump rtmpdump
  3. Code:
    cd rtmpdump
    cd trunk
  4. Code:
    make

And use the following to install:
Code:
sudo make install
Please correct me if something is wrong in my steps.

Last edited by Stream Recorder : 04-04-2011 at 10:23 AM. Reason: removed SYS=Posix, since it is a default option
Reply With Quote