Deepin AI Daemon is a AI search application server independently developed by Deepin Technology, includes natural language parsing and indexing of local file properties.
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
- qt5-qmake
- qtbase5-dev
- libdtkwidget-dev
- libdtkcore-dev
- libdtkgui-dev
- libdtkocr-dev
- libdtkcore5-bin,
- cmake
- libtag1-dev
- liblucene++-dev
- libnl-genl-3-dev
- libicu-dev
- libboost-filesystem-dev
- Make sure you have installed all dependencies.
Package name may be different between distros, if deepin-ai-daemon 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-file-manager delivered:
$ git clone https://github.com/linuxdeepin/deepin-ai-daemon
$ cd deepin-ai-daemon
$ sudo apt build-dep ./
- Build:
$ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr
$ cmake --build build
- Install:
$ sudo cmake --build build --target install
The executable binary file could be found at /usr/bin/deepin-ai-daemon
Execute deepin-ai-daemon
We encourage you to report issues and contribute changes
- Contribution guide for developers (English)
- 开发者代码贡献指南 (中文)
deepin-ai-daemon is licensed under GPL-3.0-or-later