Download Latest Version TRUST-1.8.3.tar.gz (1.5 GB)
Email in envelope

Get an email when there's a new version of trust-platform

Home / 1.7.5 / extra
Name Modified Size InfoDownloads / Week
Parent folder
medcoupling-8.3.0.tar.gz 2017-06-08 7.2 MB
CURVEPLOT.tgz 2017-06-08 2.2 MB
Totals: 2 Items   9.4 MB 0
# Option to minimize build
OPTIONS="-disable-optionals"

# 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.7.5/TRUST-1.7.5.tar.gz
tar xzf TRUST-1.7.5.tar.gz
cd TRUST-1.7.5
./configure $OPTIONS
make

# Third method
git clone git://git.code.sf.net/p/trust-platform/code TRUST-1.7.5
cd TRUST-1.7.5
wget http://downloads.sourceforge.net/project/trust-platform/1.7.5/externalpackages-1.7.5.tar
tar xf externalpackages-1.7.5.tar
./configure $OPTIONS
make
Source: README, updated 2017-06-13