added note of linux before build requires libvlc

This commit is contained in:
Martin Eesmaa 2022-07-02 17:21:28 +10:00 committed by GitHub
parent 0460662adf
commit 1bc30fd327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -82,8 +82,11 @@ Compiled file could be found in lib folder in libvtmdec.
```
mkdir build && cd build
cmake -DBUILD_SHARED_LIBS=1 ..
make -j
```
Before build Decoder Plugin, you need to find libvlccore in Linux.
dvbpsi build requires of TS Demux Plugin:
```