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

View File

@@ -82,8 +82,11 @@ Compiled file could be found in lib folder in libvtmdec.
``` ```
mkdir build && cd build mkdir build && cd build
cmake -DBUILD_SHARED_LIBS=1 .. 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: dvbpsi build requires of TS Demux Plugin:
``` ```