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.2
Name Modified Size InfoDownloads / Week
Parent folder
extra 2015-11-12
README 2016-06-16 629 Bytes
Installer_TRUST.sh 2016-06-16 2.6 kB
TRUST_1.7.2.tgz 2015-12-10 654.2 MB
externalpackages_1.7.2.tar 2015-12-07 444.9 MB
Totals: 5 Items   1.1 GB 0
#  option to minimize build
OPTIONS="-disable-optionals"

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

exit
# Or:

wget http://downloads.sourceforge.net/project/trust-platform/1.7.2/TRUST_1.7.2.tgz
tar xzf TRUST_1.7.2.tgz
cd TRUST_1.7.2
./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