Skip to content

Instantly share code, notes, and snippets.

View berndhahnebach's full-sized avatar

Bernd Hahnebach berndhahnebach

View GitHub Profile
@berndhahnebach
berndhahnebach / FreeCAD.sh
Created August 22, 2016 16:52 — forked from vejmarie/FreeCAD.sh
Vagrant Provisioning to build up FreeCAD on Debian Jessie64 with OCCT7 and Salome 7.7.1 support
#!/bin/bash
# Vagrant provisioning script to build up FreeCAD based on OCCT 7 and Salome 7.7.1 on Linux Debian/Jessie64
# (c) 2016 Jean-Marie Verdun / vejmarie (vejmarie@ruggedpod.qyshare.com)
# Released under GPL v2.0
# Provided without any warranty
# Warning: compilation time is long quite long
sudo apt-get install -y dictionaries-common
sudo apt-get install -y doxygen \