Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
extra | 2019-11-15 | ||
TRUST-1.8.0.tar.gz | 2019-11-15 | 858.5 MB | |
externalpackages-1.8.0.tar | 2019-11-15 | 632.0 MB | |
TRUST_tutorial.pdf | 2019-11-15 | 2.9 MB | |
TRUST_Generic_Guide.pdf | 2019-11-15 | 907.6 kB | |
TRUST_Reference_Manual.pdf | 2019-11-15 | 1.3 MB | |
Installer_TRUST.sh | 2019-11-15 | 2.9 kB | |
License.txt | 2019-11-15 | 1.5 kB | |
md5.out | 2019-11-15 | 173 Bytes | |
README | 2019-11-15 | 725 Bytes | |
Totals: 10 Items | 1.5 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.0/TRUST-1.8.0.tar.gz tar xzf TRUST-1.8.0.tar.gz cd TRUST-1.8.0 ./configure $OPTIONS make # Third method git clone git://git.code.sf.net/p/trust-platform/code TRUST-1.8.0 cd TRUST-1.8.0 wget http://downloads.sourceforge.net/project/trust-platform/1.8.0/externalpackages-1.8.0.tar tar xf externalpackages-1.8.0.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"