Update README.md

This commit is contained in:
antimof
2020-04-15 19:10:28 +03:00
committed by GitHub
parent f912a0c4af
commit a35a331876

View File

@@ -11,9 +11,10 @@ Features:
5. No source timesync by now. 5. No source timesync by now.
Building: Building:
sudo apt-get install cmake 1. sudo apt-get install cmake
sudo apt-get install libssl-dev libavahi-compat-libdnssd-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav udo apt-get install gstreamer1.0-vaapi (For Intel graphics) 2. sudo apt-get install libssl-dev libavahi-compat-libdnssd-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav
mkdir build 3. sudo apt-get install gstreamer1.0-vaapi (For Intel graphics)
cd build 4. mkdir build
cmake .. 5. cd build
make 6. cmake ..
7. make