I'm familiar with command-line but less with compiling files :/
No, I'm on raspbian

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
Can you do a tool to convert schematics into cad?
I'm not that familiar with the 3D CAD fileformats. I have some knowledge of the 2D DXF format, but this would require quite a bit more.