This repository contains the core components of SearchRPI, responsible for handling the user-facing functionality of the search engine. It integrates all the essential systems required to deliver relevant and ranked search results to users.
-
Clone the repository:
git clone https://github.com/SearchRPI/SearchRPI.git cd SearchRPI -
Install Dependencies
sudo apt-get update sudo apt-get install -y cmake g++ make pkg-config liblmdb-dev
-
Build the project:
mkdir build cd build cmake .. make -j$(nproc)
-
Run tests:
./all_tests