- prepare your system (TODO)
- install conda (if you haven't already)
- setup channels (if you haven't already)
conda config --add channels conda-forge
conda config --add channels freecad/label/dev
- install necessary tools in base environment:
conda install conda-build conda-forge-
- download the freecad-feedstock
- cd into the freecad-feedstock
- run
conda debug . -m .ci_support/<target_plattform_and_python_version>.yaml
- Once this step is done, follow the instructions (best to copy the instructions to an editior, you want to remeber these instructions for the next time you want to compile freecad)
- run
bash conda_build.sh
(this will start the build) - once done run freecad by typing
freecad