mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 03:55:05 +00:00
Add 'clean' and 'install' targets for completeness
This commit is contained in:
parent
1e93899188
commit
6e4a0f51d9
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
|
||||
|
@ -44,3 +44,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