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.4
Name Modified Size InfoDownloads / Week
Parent folder
TRUST_Generic_Guide.pdf 2017-06-08 900.7 kB
md5.out 2016-12-13 208 Bytes
README 2016-12-13 653 Bytes
Installer_TRUST.sh 2016-12-13 2.7 kB
TRUST-1.7.4.tar.gz 2016-12-13 749.7 MB
externalpackages-1.7.4.tar 2016-12-12 551.0 MB
Totals: 6 Items   1.3 GB 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.4/TRUST-1.7.4.tar.gz
tar xzf TRUST-1.7.4.tar.gz
cd TRUST-1.7.4
./configure $OPTIONS
make

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