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.3 / extra
Name Modified Size InfoDownloads / Week
Parent folder
hypre-2.10.0b-p2-TRUST.tar.gz 2016-06-13 9.4 MB
CURVEPLOT.tgz 2016-06-13 1.5 MB
medcoupling-7.8.0.tar.gz 2016-06-13 7.1 MB
nvc_get_devices.tgz 2016-06-13 3.2 kB
Totals: 4 Items   18.1 MB 0
#  option to minimize build
OPTIONS="-disable-optionals"

# Git 
git clone git://git.code.sf.net/p/trust-platform/code TRUST_1.7.3
cd TRUST_1.7.3
wget http://downloads.sourceforge.net/project/trust-platform/1.7.3/externalpackages_1.7.3.tar
tar xf externalpackages_1.7.3.tar
./configure $OPTIONS
make

exit
# Or:

wget http://downloads.sourceforge.net/project/trust-platform/1.7.3/TRUST_1.7.3.tgz
tar xzf TRUST_1.7.3.tgz
cd TRUST_1.7.3
./configure  $OPTIONS
make


# Or
wget http://downloads.sourceforge.net/project/trust-platform/Installer_TRUST.sh
chmod +x Installer_TRUST.sh
./Installer_TRUST.sh -configure-options "$OPTIONS"
Source: README, updated 2016-06-16