Then it's probably something like this:
Code:
apt-get install git
apt-get install cmake
git clone --recursive https://github.com/madmaxoft/MCSchematicToPng.git SchematicToPng
cd SchematicToPng
cmake .
make