Skip to content

linuxdeepin/deepin-ai-daemon

Repository files navigation

deepin-ai-daemon

Deepin AI Daemon is a AI search application server independently developed by Deepin Technology, includes natural language parsing and indexing of local file properties.

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

  • 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

Installation

Build from source code

  1. 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 ./
  1. Build:
$ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr
$ cmake --build build
  1. Install:
$ sudo cmake --build build --target install

The executable binary file could be found at /usr/bin/deepin-ai-daemon

Usage

Execute deepin-ai-daemon

Documentations

Getting help

Getting involved

We encourage you to report issues and contribute changes

License

deepin-ai-daemon is licensed under GPL-3.0-or-later

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published