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.8 / extra
Name Modified Size InfoDownloads / Week
Parent folder
This folder has no files.
Totals: 0 Items   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.7.8/TRUST-1.7.8.tar.gz
tar xzf TRUST-1.7.8.tar.gz
cd TRUST-1.7.8
./configure $OPTIONS
make

# Third method
git clone git://git.code.sf.net/p/trust-platform/code TRUST-1.7.8
cd TRUST-1.7.8
wget http://downloads.sourceforge.net/project/trust-platform/1.7.8/externalpackages-1.7.8.tar
tar xf externalpackages-1.7.8.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"

Source: README, updated 2018-12-20