November 9, 2021 Network
Xunsearch on Ubuntu/Debian
Overview
Xunsearch (Chinese name: 迅搜) is a set of free and open source Chinese search engine, written in C/C++ (based on xapian and scws), providing PHP development interface and rich documentation. You can check in github, https://github.com/hightman/xunsearch/.
Installing
First of all, compiler environment is essential to install and configure.
#update linux
sudo apt update
sudo apt upgrade
#install environment
#if more prompts, just install them
sudo apt install gcc g++ make zlib1g-dev