git clone https://github.com/pythonscad/pythonscad.git cd pythonscad git submodule update --init --recursive sudo ./scripts/uni-get-dependencies.sh # make sure to get cryptopp and python dev packages installed, additionally mkdir build cd build cmake -DEXPERIMENTAL=1 -DENABLE_PYTHON=1 -DENABLE_LIBFIVE=1 .. make sudo make install