Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 425 Bytes

File metadata and controls

21 lines (15 loc) · 425 Bytes

Data compression algorithms

This repository contains the source code of my master's degree project.

How to build

Clone repository:

    $ git clone https://github.com/AizenFrog/data-compression.git
    $ cd data-compression
    $ git submodule update --init --recursive

Configured and build with cmake:

    $ cmake -S . -B ./build
    $ cd build
    $ cmake --build . --config <Config_Type>