https://github.com/linuxdeepin/dde-calendar
Calendar application for DDE
https://github.com/linuxdeepin/dde-calendar
Last synced: 8 days ago
JSON representation
Calendar application for DDE
- Host: GitHub
- URL: https://github.com/linuxdeepin/dde-calendar
- Owner: linuxdeepin
- License: gpl-3.0
- Created: 2016-03-18T04:57:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2026-03-18T04:29:52.000Z (23 days ago)
- Last Synced: 2026-03-18T20:43:09.151Z (22 days ago)
- Language: C++
- Homepage:
- Size: 14.3 MB
- Stars: 32
- Watchers: 10
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome - Deepin Calendar - Calendar application for DDE. (Productivity Tools / Calendars)
README
# 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](https://distrowatch.com/table.php?distribution=deepin) or other debian-based distro which got dde-calendar delivered:
``` shell
$ sudo apt-get build-dep dde-calendar
```
2. Build:
```
$ cd dde-calendar
$ mkdir Build
$ cd Build
$ cmake ../
$ make
```
3. Install:
```
$ sudo make install
```
The executable binary file could be found at `/usr/bin/dde-calendar
## Usage
Execute `dde-calendar`
## Documentations
- [Development Documentation](https://linuxdeepin.github.io/)
## Getting help
Any usage issues can ask for help via
* [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)
* [IRC channel](https://webchat.freenode.net/?channels=deepin)
* [Forum](https://bbs.deepin.org)
* [WiKi](https://wiki.deepin.org/)
## Getting involved
We encourage you to report issues and contribute changes
* [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en).
## License
dde-calendar is licensed under [GPL-3.0-or-later](LICENSE.txt).