1 2 3 4 5 6 7 8
# build dependencies and openscad on linux with clang. export CC=clang export CXX=clang++ export QMAKESPEC=unsupported/linux-clang . ./scripts/setenv-linbuild.sh