These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- build-essential
- cmake
- git
- Install Linux packages dependencies (requires sudo).
sudo apt-get update && sudo apt-get install -y build-essential cmake git
- Clone the compress repository:
git clone --recursive https://github.com/djusten/compress.git
cd ./compress
- Create a build folder and compile:
mkdir build && cd build/
cmake ..
make
make test #To run unit tests
- To run the application:
./src/compress_service