This repository is for building pythonOCC , OCE , cadquery and cqparts from scratch on debian stable.
Requires docker.
Steps
- cd builder
- ./build.sh
This will build a docker with all the requirements to build occ
- ./make_occ.sh
build all the libs put them into data/artifact
this will take some hours to build
- ./make_server.sh
this build the debian image and installs OCC and pythonocc
run with
docker -it zignig/pythonocc
import OCC