# Note: depends on cmake # Note: depends on sip # Note: depends on protobuf wget -c https://github.com/Ultimaker/libArcus/archive/3.6.0/libArcus-3.6.0.tar.gz tar -xzf libArcus-3.6.0.tar.gz cd libArcus-3.6.0 mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX="/usr" -DPYTHON_EXECUTABLE="`which python3`" .. make # Doesn't mind -j# make install