Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
medcoupling-9.5.0.tar.gz | 2020-12-17 | 60.0 MB | |
CurvePlot-9.4.0.tar.gz | 2020-12-17 | 1.3 MB | |
Totals: 2 Items | 61.2 MB | 0 |
# First method wget http://downloads.sourceforge.net/project/trust-platform/Installer_TRUST.sh chmod +x Installer_TRUST.sh ./Installer_TRUST.sh -configure-options "$OPTIONS" # Second method wget http://downloads.sourceforge.net/project/trust-platform/1.8.2/TRUST-1.8.2.tar.gz tar xzf TRUST-1.8.2.tar.gz cd TRUST-1.8.2 ./configure $OPTIONS make # Third method git clone git://git.code.sf.net/p/trust-platform/code TRUST-1.8.2 cd TRUST-1.8.2 wget http://downloads.sourceforge.net/project/trust-platform/1.8.2/externalpackages-1.8.2.tar tar xf externalpackages-1.8.2.tar ./configure $OPTIONS make # Option to minimize build. You need to set this variable and then run one of the 3 methods above OPTIONS="-disable-optionals"