Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 852 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 852 Bytes

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