Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1023 Bytes

README.md

File metadata and controls

54 lines (33 loc) · 1023 Bytes

linglong-dbus-proxy

linglong-dbus-proxy is a dbus proxy for linglong applications which run in the linglong-box.

Dependencies

Build dependencies

  • Qt >= 5.10

  • libdbus-1-dev

  • libgtest-dev

Installation

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

    mkdir build
    cd build
    cmake ..
    make
  3. Install:

    sudo make install

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

deepin-tool-kit is licensed under LGPL-3.0-or-later.