# Boost_Search_Engine **Repository Path**: nevermore-com/boost-search-engine ## Basic Information - **Project Name**: Boost_Search_Engine - **Description**: boost搜索引擎 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-17 - **Last Updated**: 2024-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Boost_Search_Engine #### 介绍 boost搜索引擎 # 准备工作 - 下载Boost数据,并解压得到doc文档下的全部Html ~~~ wget https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.gz ~~~ ~~~ tar -zxvf boost_1_79_0.tar.gz ~~~ 将Html单独cp到目录BuildData,重命名: ~~~ mv html boost_html_doc ~~~ - 安装boost库 ~~~ sudo yum install -y boost-devel ~~~ - 下载cpp-jieba ~~~ git clone ~~~ - 安装 jsoncpp-devel ~~~ boost-search-engine]$ sudo yum install -y jsoncpp-devel ~~~ - 下载cpp-httplib ~~~ git clone ~~~ - 安装g++高版本工具 ~~~ yum install centos-release-scl scl-utils-build sudo yum install -y devtoolset-7-gcc devtoolset-7-gcc-c++ vim ~/.bash_profile #添加 scl enable devtoolset-7 bash source ~/.bash_profile ~~~ 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)