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 \ |
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
A real FreeCAD FEM tool has been made out of the macro. It has been merged into FreeCAD master 0.17 development branch. |
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 | |
# Released under GPL v2.0 | |
# [email protected] | |
# based on script for vagrant box from FreeCAD source, https://github.com/FreeCAD/FreeCAD/blob/master/vagrant/FreeCAD.sh | |
# tested on Ubuntu Xenial = 16.04 | |
# username on my vagrant box = ubuntu | |
cd ~ # use if start on a local machine or inside a virtual machine |
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 | |
# Released under GPL v2.0 | |
# [email protected] | |
# based on script for vagrant box from FreeCAD source, https://github.com/FreeCAD/FreeCAD/blob/master/vagrant/FreeCAD.sh | |
# tested on Debian Jessie = 8.0 | |
# username on my vagrant box = vagrant | |
cd ~ # use if start on a local machine or inside a virtual machine |
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 | |
# Released under GPL v2.0 | |
# [email protected] | |
# Stretch--ifcplusplus.sh | |
# tested on Debian Stretch = 9.0 | |
# cd ~ # on a local machine |
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 | |
# Released under GPL v2.0 | |
# [email protected] | |
# tested on Debian Stretch | |
# username on my Stretch vagrant box = vagrant | |
# cd ~ # use if start on a local computer or inside a virtual machine | |
cd /home/vagrant # use with a vagrant box, because cd ~ returns home of root = /root |
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 | |
# Released under GPL v2.0 | |
# [email protected] | |
# tested on Ubuntu Bionic = 18.04 | |
# username on my vagrant box = ubuntu | |
# cd ~ # use if start on a local machine or inside a virtual machine | |
cd /home/ubuntu # use with a vagrant box, because cd ~ returns /root |
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 | |
# Released under GPL v2.0 | |
# [email protected] | |
# Buster--ifcplusplus.sh | |
# tested on Debian Buster = 10.0 | |
# a Buster Desktopsystem should have been set up |
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 | |
# Released under GPL v2.0 | |
# [email protected] | |
# Buster--ifcplusplus.sh | |
# tested on Debian Buster = 10.0 | |
# a Buster Desktopsystem should have been set up |
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 | |
# Released under GPL v2.0 | |
# [email protected] | |
# Fedora30--ifcplusplus.sh | |
# tested on Fesora 30 | |
# a Fedora Desktopsystem should have been set up | |
# *************************************************************************** |