mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 14:49:29 +00:00
Merge branch 'master' into ENG-2350-fix-mac-scrcpy
This commit is contained in:
commit
74eee8e953
1 changed files with 7 additions and 1 deletions
8
mobot.mk
8
mobot.mk
|
@ -2,7 +2,7 @@
|
||||||
# Build the Mobot version of scrcpy with Mobot's FFmpeg
|
# Build the Mobot version of scrcpy with Mobot's FFmpeg
|
||||||
# make -f mobot.mk
|
# make -f mobot.mk
|
||||||
# On Linux it may be necessary to install dependencies
|
# On Linux it may be necessary to install dependencies
|
||||||
# sudo apt-get install cmake ninja libpng-dev libsdl2-dev
|
# sudo apt-get install cmake ninja libpng-dev libsdl2-dev libx264-dev
|
||||||
# pip3 install meson
|
# pip3 install meson
|
||||||
# sudo snap install scrcpy (for server .jar)
|
# sudo snap install scrcpy (for server .jar)
|
||||||
# On Raspberry Pi it may be necessary to install
|
# On Raspberry Pi it may be necessary to install
|
||||||
|
@ -57,3 +57,9 @@ build-app: $(AVLIBS)
|
||||||
|
|
||||||
scrcpy: build-app
|
scrcpy: build-app
|
||||||
ninja -Cbuild-app
|
ninja -Cbuild-app
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf build-ffmpeg build-libav build-app
|
||||||
|
|
||||||
|
install: scrcpy
|
||||||
|
ninja -Cbuild-app install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue