Skip to content

djusten/compress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compress Image

Build Status

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • build-essential
  • cmake
  • git

Installing

  1. Install Linux packages dependencies (requires sudo).
sudo apt-get update && sudo apt-get install -y build-essential cmake git

Building

  1. Clone the compress repository:
git clone --recursive https://github.com/djusten/compress.git
cd ./compress
  1. Create a build folder and compile:
mkdir build && cd build/
cmake ..
make
make test #To run unit tests

Running

  1. To run the application:
./src/compress_service

About

Compress bit stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published