bsll / dtkmultimedia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development Tool Kit Multimedia

Development Tool Kit (DtkMultimedia) is the base development tool of all C++/Qt Developer work on Deepin.

You should read the Deepin Application Specification firstly.

Dependencies

Build dependencies

  • Qt >= 5.10
  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev
  • libavcodec-dev
  • libavformat-dev
  • libavutil-dev
  • libmpv-dev

Installation

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

mkdir build
cd build
cmake ..
make
  1. 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.

About

License:GNU Lesser General Public License v3.0


Languages

Language:C 55.2%Language:C++ 43.7%Language:CMake 0.9%Language:Shell 0.1%Language:QMake 0.1%