Skip to content

SearchRPI/SearchRPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchRPI

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.

Getting Started

  1. Clone the repository:

    git clone https://github.com/SearchRPI/SearchRPI.git
    cd SearchRPI
  2. Install Dependencies

    sudo apt-get update
    sudo apt-get install -y cmake g++ make pkg-config liblmdb-dev
  3. Build the project:

    mkdir build
    cd build
    cmake ..
    make -j$(nproc)
  4. Run tests:

    ./all_tests