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
Name Modified Size InfoDownloads / Week
Parent folder
extra 2017-06-08
md5.out 2017-06-13 167 Bytes
TRUST_tutorial.pdf 2017-06-13 2.6 MB
TRUST_Generic_Guide.pdf 2017-06-13 904.3 kB
externalpackages-1.7.5.tar 2017-06-13 559.6 MB
TRUST-1.7.5.tar.gz 2017-06-13 760.6 MB
Installer_TRUST.sh 2017-06-13 2.9 kB
README 2017-06-13 653 Bytes
Totals: 8 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.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