Skip to content

linuxdeepin/dde-calendar

Repository files navigation

dde-calendar

Calendar is a small management tool for personal life that combines time and events and integrates the function of memorizing and scheduling.

Dependencies

Build dependencies

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

  • debhelper-compat (=11)
  • cmake
  • deepin-gettext-tools
  • libdtkgui-dev (>= 5.5.17~)
  • libdtkwidget-dev (>= 5.5.17~)
  • libgtest-dev
  • libqt5svg5-dev
  • pkg-config
  • qtbase5-dev
  • qttools5-dev
  • qttools5-dev-tools

Installation

Build from source code

  1. Make sure you have installed all dependencies.

Package name may be different between distros, if dde-calendar 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 dde-calendar delivered:

$ sudo apt-get build-dep dde-calendar
  1. Build:
$ cd dde-calendar
$ mkdir Build
$ cd Build
$ cmake ../
$ make
  1. Install:
$ sudo make install

The executable binary file could be found at `/usr/bin/dde-calendar

Usage

Execute dde-calendar

Documentations

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

dde-calendar is licensed under GPL-3.0-or-later.