This website requires JavaScript.
Explore
Tos
Help
Register
Sign in
Android
/
scrcpy
Watch
1
Star
0
Fork
You've already forked scrcpy
0
Code
Issues
Pull requests
Projects
Releases
1
Packages
Wiki
Activity
ff94462d8a
scrcpy
/
app
/
meson_options.txt
2 lines
46 B
Meson
Raw
Normal View
History
Unescape
Escape
Refactor build system The client was built with Meson, the server with Gradle, and were run by a Makefile. Add a Meson script for the server (which delegates to Gradle), and a parent script to build and install both the client and the server to the system, typically with: meson --buildtype release build cd build ninja sudo ninja install In addition, use a separate Makefile to build a "portable" version of the application (where the client expects the server to be in the current directory). Typically: make release-portable cd dist/scrcpy ./scrcpy This is especially useful for Windows builds, which are not "installed".
2018-02-13 18:55:12 +08:00
option
(
'override_server_jar'
,
type
:
'string'
)
Reference in a new issue
Copy permalink