1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

install vlc

This commit is contained in:
Avinash Pandey 2023-09-22 16:35:26 +05:30
parent 929ed8758e
commit 35656c2c32

View file

@ -4,6 +4,8 @@ apt install cmake libglib2.0-dev libudev-dev libsystemd-dev libreadline-dev chec
apt install gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-tools -y apt install gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-tools -y
apt install vlc -y
mkdir build mkdir build
cd build cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr .. cmake -DCMAKE_INSTALL_PREFIX=/usr ..