Getting Started with BOOST and Jamfiles
Boost is a library built for efficient computations in C++. In this tutorial, we will be building a lightweight image processing tool using a boost library called GIL (Generic Image Processing) The finished product of this tutorial is on Github and can be cloned from here. If you have suggestions or feature adds, please file a PR Requirements Ubuntu 20.04 Download Dependencies Download required packages sudo apt update
sudo apt -y install g++ libjpeg-dev xdg-utils gedit wget