Calendar is a small management tool for personal life that combines time and events and integrates the function of memorizing and scheduling.
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
- 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
- Build:
$ cd dde-calendar
$ mkdir Build
$ cd Build
$ cmake ../
$ make
- Install:
$ sudo make install
The executable binary file could be found at `/usr/bin/dde-calendar
Execute dde-calendar
Any usage issues can ask for help via
We encourage you to report issues and contribute changes
dde-calendar is licensed under GPL-3.0-or-later.