From 1bc30fd3278535998c3754debc53efcf58830eca Mon Sep 17 00:00:00 2001 From: Martin Eesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Sat, 2 Jul 2022 17:21:28 +1000 Subject: [PATCH] added note of linux before build requires libvlc --- INSTALLVLCPLUGIN/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALLVLCPLUGIN/README.md b/INSTALLVLCPLUGIN/README.md index 6a9acdb..33e2cbb 100644 --- a/INSTALLVLCPLUGIN/README.md +++ b/INSTALLVLCPLUGIN/README.md @@ -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: ```