From b86b6668268370d20efdd11b52d25193cf715729 Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Wed, 1 Sep 2021 20:31:42 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5895d3..525c9b9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ -# ibkr-tws-codecs -interactive brokers tws linux audio / video support +# Interactive brokers audio video codec support for TWS + + +``` +git clone https://github.com/FFmpeg/FFmpeg.git +cd FFmpeg +# latest minor for of 56: +git checkout b94ec30428b9696f99b08055735689623fe63954 +./configure --enable-shared --disable-static --prefix=/usr --disable-yasm +make -j +make install +```