美文网首页
Ubuntu 按照投屏工具 - Scrcpy

Ubuntu 按照投屏工具 - Scrcpy

作者: 付小影子 | 来源:发表于2024-01-03 11:08 被阅读0次

    1.First, you need to install the required packages:

    sudo apt install ffmpeg libsdl2-2.0-0 adb wget \
                     gcc git pkg-config meson ninja-build libsdl2-dev \
                     libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev \
                     libswresample-dev libusb-1.0-0 libusb-1.0-0-dev
    

    2.Then clone the repo and execute the installation script (source):

    git clone https://github.com/Genymobile/scrcpy
    cd scrcpy
    ./install_release.sh
    

    3.Run from a terminal:

    scrcpy
    

    Linke: scrcpy/doc/linux.md at master · Genymobile/scrcpy · GitHub

    如果错误,可能得翻墙,设置网络代理等。

    相关文章

      网友评论

          本文标题:Ubuntu 按照投屏工具 - Scrcpy

          本文链接:https://www.haomeiwen.com/subject/kygmndtx.html