View Single Post
  #17  
Old 03-16-2011, 05:39 AM
hyc hyc is offline
RTMPdump team
 
Join Date: Dec 2009
Posts: 169
hyc will become famous soon enoughhyc will become famous soon enough
Default

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


Quote:
Originally Posted by Stream Recorder View Post
[*]
Code:
make SYS=posix
And use the following to install:
Code:
sudo make install
Please correct me if something is wrong in my steps.
"SYS=posix" is the default in the Makefile so there's actually no need to set it explicitly. But for consistency, if you're going to specify it, you should also set it on the "make install" command.
Reply With Quote