View Single Post
  #3  
Old 09-26-2011, 12:14 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Errors by installing "Polarssl 1.0.0" - And three questions


After much tinkering I can now compile RTMPdump with PolarSSL 1.0.0

http://svnpenn.blogspot.com/2011/06/rtmpdump-mingw.html

Install required packages
mingw-get install libz
mingw-get install msys-wget

Install PolarSSL
wget http://polarssl.org/code/releases/polarssl-1.0.0-gpl.tgz
tar xf polarssl-1.0.0-gpl.tgz
cd polarssl-1.0.0
make CC=gcc APPS=
make DESTDIR=/mingw install

Install RTMPdump
wget http://repo.or.cz/w/rtmpdump.git/snapshot/6230845.tar.gz
tar xf 6230845.tar.gz
cd rtmpdump
make SHARED= SYS=mingw CRYPTO=POLARSSL LIBZ='-lz -static' VERSION='2.4\ git-6230845\ 2011-9-25'

Last edited by svnpenn : 09-26-2011 at 02:05 PM.
Reply With Quote