Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 502 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 502 Bytes

CQPARTS server build

This repository is for building pythonOCC , OCE , cadquery and cqparts from scratch on debian stable.

Requires docker.

Steps

  1. cd builder
  2. ./build.sh

This will build a docker with all the requirements to build occ

  1. ./make_occ.sh

build all the libs put them into data/artifact

this will take some hours to build

  1. ./make_server.sh

this build the debian image and installs OCC and pythonocc

run with

docker -it zignig/pythonocc

python3

import OCC