Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
This folder has no files. | |||
Totals: 0 Items | 0 |
# First method if TRUST-1.8.3 platform is not installed: ##Download Installer_TrioCFD.sh wget http://sourceforge.net/projects/triocfd/files/Installer_TrioCFD.sh ##Execute Installer chmod +x Installer_TrioCFD.sh ./Installer_TrioCFD.sh ## Option to minimize build. You need to set this variable and then run previous method: OPTIONS=\"-disable-optionals\" ----------------------------------------------------------------------------------------------------------------- # Second method if TRUST-1.8.3 platform is already installed: wget http://sourceforge.net/projects/triocfd/files/Installer_TrioCFD.sh; chmod +x Installer_TrioCFD.sh; ./Installer_TrioCFD.sh -with-trust $TRUST_ROOT ----------------------------------------------------------------------------------------------------------------- # Third method if TRUST-1.8.3 platform is already installed: git clone git://git.code.sf.net/p/triocfd/code TrioCFD-1.8.3; cd TrioCFD-1.8.3; source $TRUST_ROOT/env_TRUST.sh; baltik_build_configure -execute; make optim debug