RTMPDump - how do I compile source code in Windows?Ok, I got the source code for rtmpdump but what do I do with it? What do I use to compile it into a program?
|
Re: RTMPDump - how do I compile source code?What OS do you want to compile for: Windows, Mac OS, Linux?
Related threads: How do you compile rtmpdump in Mac OS X 10.6? RTMPDump - how do I compile source code in Windows? |
Re: RTMPDump - how do I compile source code?I use Windows XP.
|
Re: RTMPDump - how do I compile source code?I use Win 7
|
Re: RTMPDump - how do I compile source code?The readme of rtmpdump says:
Code:
To compile just type I believe that in Windows you need cygwin, plus the boost libraries, libssl and gcc/c++ compiler should be available under cygwin. I saw a blog post about compiling rtmpdump 1.3d with Visual Studio 2008 without cygwin, but it is about an old version an the author wasn't sure he did everything properly. Please let me know how it goes... |
Re: RTMPDump - how do I compile source code?The readme of rtmpdump says:
Code:
To compile just type I believe that in Windows you need cygwin, plus the boost libraries, libssl and gcc/c++ compiler should be available under cygwin. I saw a blog post about compiling rtmpdump 1.3d with Visual Studio 2008 without cygwin, but it is about an old version an the author wasn't sure he did everything properly. Please let me know how it goes... |
Re: RTMPDump - how do I compile source code?cygwin instructions:
install cygwin during installation, get the following packages: Code:
gcc4-core, gcc4-g++, make, zlib, binutils, tar, gzip, bzip2, bash, coreutils, crypt, boost, libboost, boost-devel, openssl, openssl-devel start the cygwin console, and go into the dir with the source e.g. cd /cygdrive/c/Documents\ and\ Settings/username/Desktop/ unpack source by typing tar -zxvf rtmpdump-v1.6.tar.gz then cd rtmpdump-v1.6 use a good text program to edit MakefileWIN32 (not notepad!) change mingw32-gcc to gcc change mingw32-g++ to g++ change mingw32-ld to ld save MakefileWIN32 in the cygwin console, type make -f MakefileWIN32 now it should make rtmpdump quickly and give you rtmpdump_win32.exe common problems: Quote:
if you installed it somewhere else , you can specify it by editing the makefilewin32 and adding the correct path to your openssl to the cxxflags of MakefileWIN32: Code:
-I /usr/local/ssl/include/ Quote:
|
Re: RTMPDump - how do I compile source code?when i download the source file the file makeWIN32 is not there.. wtf?
|
Re: RTMPDump - how do I compile source code?Read the README, that's what it's there for.
|
Re: RTMPDump - how do I compile source code?hi,expert,i compiled the rtmpdump with cygwin,how can i remove the
cygwin1.dll depenence,i try use mingw to compile,but failed help me |
All times are GMT -6. The time now is 07:39 PM. |