Home
Name Modified Size InfoDownloads / Week
1.8.3 2021-06-30
1.8.2 2020-12-17
1.8.1 2020-06-30
1.8.0 2019-11-15
1.7.9 2019-07-31
1.7.8 2018-12-20
1.7.7 2018-06-29
1.7.6 2017-11-20
1.7.5 2017-06-13
1.7.4 2017-06-08
1.7.3 2016-06-16
1.7.2 2016-06-16
1.7.1 2015-12-10
Installer_TRUST.sh 2021-06-29 2.9 kB
License.txt 2021-06-29 1.5 kB
README 2021-06-29 725 Bytes
TRUST_Generic_Guide.pdf 2021-06-29 908.1 kB
TRUST_Reference_Manual.pdf 2021-06-29 1.3 MB
TRUST_tutorial.pdf 2021-06-29 2.9 MB
Totals: 19 Items   5.1 MB 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.8.3/TRUST-1.8.3.tar.gz
tar xzf TRUST-1.8.3.tar.gz
cd TRUST-1.8.3
./configure $OPTIONS
make

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