Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
extra | 2021-06-30 | ||
TRUST-1.8.3.tar.gz | 2021-06-30 | 1.5 GB | |
README | 2021-06-30 | 725 Bytes | |
TRUST_tutorial.pdf | 2021-06-29 | 2.9 MB | |
TRUST_Generic_Guide.pdf | 2021-06-29 | 908.1 kB | |
TRUST_Reference_Manual.pdf | 2021-06-29 | 1.3 MB | |
License.txt | 2021-06-29 | 1.5 kB | |
Installer_TRUST.sh | 2021-06-29 | 2.9 kB | |
md5.out | 2021-06-29 | 173 Bytes | |
externalpackages-1.8.3.tar | 2021-06-29 | 1.2 GB | |
Totals: 10 Items | 2.6 GB | 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"