/structdb

A library database using structures in C.

Primary LanguageCMIT LicenseMIT

About

A simple simulation of a library database using structures in C.

Usage

  • Download the relevant binary from the releases section.
  • Run the executable.

Build

Dependencies

  • GCC (linux)
  • MinGW-w64 (windows)
  • make
  • git
  • gow (windows)

Dependencies can be installed via scoop. (Windows only)

scoop install git gow mingw-winlibs

Procedure

  • Clone the repo.

    git clone https://github.com/hyPnOtICDo0g/structdb --depth=1
    
  • Navigate to the repo's folder.

    cd structdb
    
  • Build.

    make build
    

Credits