Skip to content

michael19911108/deepin-diskmanager

 
 

Repository files navigation

diskManager

Disk Utility is a useful tool to help you better manage your disks through disk partitioning, disk data administration, and health management. 磁盘管理器是一款管理磁盘的工具,可帮助用户进行磁盘分区管理、磁盘数据管理及磁盘健康管理。

Dependencies

Build dependencies

  • cmake
  • qt5
  • dtk

Runtime dependencies

  • Qt5 (>= 5.3)
  • Qt5-X11extras

Installation

sudo apt-get install deepin-diskmanager

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

$ cd deepin-diskmanager
$ mkdir Build
$ cd Build
$ qmake ..
$ make
  1. Install:
$ sudo make install

When install complete, the executable binary file is placed into /usr/bin/deepin-diskmanager.

Getting help

Any usage issues can ask for help via * * * *

Getting involved

We encourage you to report issues and contribute changes

License

This project is licensed under GPLv3.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.0%
  • C 1.3%
  • CMake 1.2%
  • Other 0.5%