# deepin-ai-daemon **Repository Path**: deepin-community/deepin-ai-daemon ## Basic Information - **Project Name**: deepin-ai-daemon - **Description**: mirror of https://github.com/linuxdeepin/deepin-ai-daemon - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/linuxdeepin/deepin-ai-daemon - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-08-30 - **Last Updated**: 2025-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deepin-ai-daemon deepin-ai-daemon 是由深度公司自主研发的 AI 搜索应用服务,包含自然语言的解析和本地文件索引。 ### 依赖 ### 构建依赖 _当前的开发分支为**master**,编译依赖可能会在没有更新本说明的情况下发生变化,请参考`./debian/control`以获取构建依赖项列表_ * 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 ## 安装 ### 构建过程 1. 确保已经安装所有依赖库。 _不同发行版的软件包名称可能不同,如果您的发行版提供了deepin-ai-daemon,请检查发行版提供的打包脚本。_ 如果你使用的是[Deepin](https://distrowatch.com/table.php?distribution=deepin)或其他提供了文件管理器的基于Debian的发行版: ``` shell $ git clone https://github.com/linuxdeepin/deepin-ai-daemon $ cd deepin-ai-daemon $ sudo apt build-dep ./ ``` 2. 构建: ```shell $ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr $ cmake --build build ``` 3. 安装: ```shell $ sudo cmake --build build --target install ``` 可执行程序为 `/usr/bin/deepin-ai-daemon` ## 使用 执行 `deepin-ai-daemon` ## 文档 - [开发文档](https://linuxdeepin.github.io/dde-file-manager/) - [User Documentation](https://wiki.deepin.org/wiki/Deepin_File_Manager) | [用户文档](https://wiki.deepin.org/index.php?title=%E6%B7%B1%E5%BA%A6%E6%96%87%E4%BB%B6%E7%AE%A1%E7%90%86%E5%99%A8) ## 帮助 - [官方论坛](https://bbs.deepin.org/) - [开发者中心](https://github.com/linuxdeepin/developer-center) - [Gitter](https://gitter.im/orgs/linuxdeepin/rooms) - [聊天室](https://webchat.freenode.net/?channels=deepin) - [Wiki](https://wiki.deepin.org/) ## 贡献指南 我们鼓励您报告问题并做出更改 - [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en) (English) - [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文) ## 开源许可证 deepin-ai-daemon 在 [GPL-3.0-or-later](LICENSE.txt)下发布。