View Single Post
  #6  
Old 05-13-2012, 12:55 PM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

Re: how to compile in window 7 (32bit)


i have deleted everything from folder MINGW, now i'm going to try with cygwin.
Code:
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
download rtmpdump source from http://lkcl.net/rtmp/
 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
i found this on another thread about 7 years old, so i need help if there is anything else i have to install and or any change since 2006
(sorry for my english)
Reply With Quote