This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 ([email protected]) | |
# 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 \ |