Steganography

Linux

Prerequisites

  1. You should make sure that you have installed your distribution's 'system.devel' collection.
  2. You will also need to install required developent files for
    • opencv - image manipulation.
    • boost - filesystem/dynamic_bitset.

Compile

  1. Change directory into '/src/steganography/'.
  2. Run 'make configure'. This will fetch any needed header files (optparse.hpp).
  3. Run 'make' which will compile the program.
  4. The final executable file will be '/bin/steganography'.

Windows

Install WSL and follow the instructions for Linux.