From: hyc <hyc@400ebc74-4327-4243-bc38-086b20814532> Date: Sat, 7 Nov 2009 08:31:39 +0000 (+0000) Subject: Update make instructions. Update to 1.9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11f2d3c819aee79c1821017448e7d176f5dad4d1;p=rtmpdump Update make instructions. Update to 1.9 git-svn-id: svn://svn.mplayerhq.hu/rtmpdump@32 400ebc74-4327-4243-bc38-086b20814532 --- diff --git a/README b/README index f50891d..b153f41 100644 --- a/README +++ b/README @@ -1,14 +1,24 @@ -RTMP Dump v1.7 +RTMP Dump v1.9 (C) 2009 Andrej Stepanchuk (C) 2009 Howard Chu License: GPLv2 -To compile just type +To compile type "make" with your platform name, e.g. - $ make rtmpdump - $ make streams + $ make linux + +or osx, mingw, or cygwin. + +You can cross-compile for ARM using + + $ make arm + +but you may need to override the CROSS_COMPILE and INC variables, e.g. + + $ make arm CROSS_COMPILE=arm-none-linux- INC=-I/my/cross/includes + +Please read the Makefile to see what other make variables are used. -To cross compile you will need to edit the Makefile first. To download an rtmp stream use