Skip to content

Instantly share code, notes, and snippets.

@tanmoyAtb
Last active March 27, 2018 21:05
Show Gist options
  • Save tanmoyAtb/fc182e4e641a572f4bb0511457ca39a9 to your computer and use it in GitHub Desktop.
Save tanmoyAtb/fc182e4e641a572f4bb0511457ca39a9 to your computer and use it in GitHub Desktop.
sudo apt-get install libvlc-dev
sudo apt-get install vlc
sudo apt-get install libvlccore-dev
sudo apt-get update
git clone https://github.com/vlc-qt/vlc-qt.git
cd vlc-qt
git submodule init
git submodule update
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
make -j8
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment