scrcpy/server
Romain Vimont ff94462d8a 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-14 09:23:14 +01:00
..
scripts Refactor build system 2018-02-14 09:23:14 +01:00
src Enable debug logs only for debug builds on server 2018-02-12 17:19:52 +01:00
.gitignore Convert server to an Android project 2018-01-30 12:01:36 +01:00
build.gradle Apply Genymobile rules for Android projects 2018-02-07 20:58:18 +01:00
meson.build Refactor build system 2018-02-14 09:23:14 +01:00
proguard-rules.pro Convert server to an Android project 2018-01-30 12:01:36 +01:00