Last active
November 7, 2022 22:16
-
-
Save mactep/98a7498fc2d10eb37d61f000dd229a4d to your computer and use it in GitHub Desktop.
Droidcam on Fedora
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Following https://www.dev47apps.com/droidcam/linux/ | |
cd /tmp/ | |
wget -O droidcam_latest.zip https://files.dev47apps.net/linux/droidcam_1.8.2.zip | |
unzip droidcam_latest.zip -d droidcam | |
cd droidcam && sudo ./install-client | |
sudo dnf install libappindicator-gtk3 kernel-devel gcc make android-tools | |
sudo ./install-video |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment