mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 03:55:05 +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
|
||||
# make -f mobot.mk
|
||||
# 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
|
||||
# sudo snap install scrcpy (for server .jar)
|
||||
# On Raspberry Pi it may be necessary to install
|
||||
|
@ -57,3 +57,9 @@ build-app: $(AVLIBS)
|
|||
|
||||
scrcpy: build-app
|
||||
ninja -Cbuild-app
|
||||
|
||||
clean:
|
||||
rm -rf build-ffmpeg build-libav build-app
|
||||
|
||||
install: scrcpy
|
||||
ninja -Cbuild-app install
|
||||
|
|
Loading…
Add table
Reference in a new issue