denis2glez / archivers-qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A simple file archiver/compressor based on libarchive using Qt and aiming to promote the use of open standards.

Prerequisites

You need to have the following dependencies installed

Installing

TODO:

Build

To build the application on your host machine

# Be aware that this is an in-tree build
cmake -B build
cmake --build build

Run the tests

Run all the tests

build/tests/archivers-tests

Run the application

You can execute the app using

build/app/archivers-qt

License

This project is licensed under the MIT license.

About

License:MIT License


Languages

Language:CMake 53.4%Language:C++ 43.6%Language:C 3.0%