TemuBuku

Cross-Platform Build

TemuBuku is a book search application implemented using Red-Black Tree data structure in C++. The application provides efficient book searching capabilities through a balanced tree implementation.

Screenshots

screenshot-05122024-083547.pngscreenshot-05122024-084153.png

Features

Prerequisites

Before installation, ensure you have the following prerequisites installed:

For All Platforms

Additional Requirements for Windows

Installation

Linux

  1. Clone the repository
  2. Navigate to the source directory :

    ```bash cd src

  3. Build the project.

    ```bash make

    Windows

  4. Clone the repository
  5. Install MSYS2 if not already installed
  6. Download GLFW3 library from the official website
  7. Open MSYS2 terminal
  8. Navigate to the source directory :

    ```bash cd src

  9. Build the project.

    ```bash make

  10. Copy the some GLFW3.dll file to the /bin directory where the executable is located