Update README.md

This commit is contained in:
2021-09-01 20:31:42 +02:00
committed by GitHub
parent 7bf8207556
commit b86b666826

View File

@@ -1,2 +1,12 @@
# ibkr-tws-codecs # Interactive brokers audio video codec support for TWS
interactive brokers tws linux audio / video support
```
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
```