mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
updated readme and install.sh
This commit is contained in:
parent
cc8e53d75e
commit
8bb368fd12
2 changed files with 4 additions and 4 deletions
|
|
@ -1,15 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
apt install cmake libglib2.0-dev libudev-dev libsystemd-dev libreadline-dev check libtool -y
|
||||
|
||||
apt install gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-tools -y
|
||||
|
||||
rm -rf build/
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||
make
|
||||
make install
|
||||
|
||||
cd ..
|
||||
|
||||
echo "-- Installing: /root/.miraclecast"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue