Skip to content

Latest commit

 

History

History
88 lines (63 loc) · 2.13 KB

README.zh_CN.md

File metadata and controls

88 lines (63 loc) · 2.13 KB

deepin-music

Deepin music is a local music player with beautiful design and simple functions developed by Deepin Technology.

依赖

构建依赖

The master branch is current development branch, build dependencies may changes without update README.md, refer to ./debian/control for a working build depends list

  • pkg-config
  • libtag1-dev
  • libicu-dev
  • libgsettings-qt-dev
  • libdbusextended-qt5-dev
  • libkf5codecs-dev
  • libavutil-dev
  • libavcodec-dev
  • libavformat-dev
  • libdtkcore-dev
  • libdtkgui-dev
  • libdframeworkdbus-dev
  • libudisks2-qt5-dev
  • libvlc-dev
  • libvlccore-dev
  • Qt5(>= 5.6) with modules:
    • qt5-qmake
    • libqt5svg5-dev
    • qttools5-dev-tools
    • qtmultimedia5-dev
    • libkf5codecs-dev
  • Deepin-tool-kit(>=2.0) with modules:
    • libdtkwidget-dev

安装

构建源码

  1. Make sure you have installed all dependencies.

Package name may be different between distros, if deepin-music is available from your distro, check the packaging script delivered from your distro is a better idea.

Assume you are using Deepin or other debian-based distro which got deepin-music delivered:

$ apt build-dep deepin-music
  1. Build:
$ cd deepin-music
$ mkdir Build
$ cd Build
$ cmake ..
$ make
  1. Install:
$ sudo make install

The executable binary file could be found at /usr/bin/deepin-music

用途

Execute deepin-music

帮助

参与贡献

We encourage you to report issues and contribute changes

协议

deepin-music 根据 [GPL-3.0-or-later](许可证)获得许可.