Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
extra | 2015-06-12 | ||
Installer_TRUST.sh | 2015-12-10 | 2.5 kB | |
TRUST_1.7.1.tgz | 2015-11-12 | 648.1 MB | |
externalpackages_1.7.1.tar | 2015-06-17 | 438.7 MB | |
TRUST_1.7.1_beta.tgz | 2015-05-06 | 647.8 MB | |
externalpackages_1.7.1_beta.tar | 2015-05-05 | 438.0 MB | |
Totals: 6 Items | 2.2 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"