View Single Post
  #23  
Old 04-29-2011, 03:13 PM
bat999 bat999 is offline
Senior Member
 
Join Date: Apr 2011
Location: UK
Posts: 131
bat999 is on a distinguished road
Default

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


Quote:
Originally Posted by svnpenn View Post
make VERSION=r568
Very close!

make VERSION=r568 gives:-
Code:
RTMPDump r568
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
So I've used:-
make VERSION="v2.3\ r568"

This gives:-
Code:
RTMPDump v2.3 r568
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Thanks for the help.

In case anyone's interested, this is the command I used to compile for Ubuntu:-

Code:
svn co svn://svn.mplayerhq.hu/rtmpdump/trunk rtmpdump && \
cd rtmpdump && \
make VERSION="v2.3\ r568" && \
sudo checkinstall --pakdir "$HOME/Desktop" --pkgname rtmpdump \
--pkgversion "2.3-r568" --backup=no --deldoc=yes --default && sudo ldconfig
Reply With Quote