Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
extra | 2018-06-28 | ||
TRUST-1.7.7.tar.gz | 2018-06-29 | 833.0 MB | |
TRUST_tutorial.pdf | 2018-06-29 | 3.4 MB | |
TRUST_Generic_Guide.pdf | 2018-06-29 | 905.5 kB | |
README | 2018-06-28 | 725 Bytes | |
externalpackages-1.7.7.tar | 2018-06-28 | 564.4 MB | |
Installer_TRUST.sh | 2018-06-28 | 2.9 kB | |
License.txt | 2018-06-28 | 1.5 kB | |
md5.out | 2018-06-28 | 167 Bytes | |
Totals: 9 Items | 1.4 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.7.7/TRUST-1.7.7.tar.gz tar xzf TRUST-1.7.7.tar.gz cd TRUST-1.7.7 ./configure $OPTIONS make # Third method git clone git://git.code.sf.net/p/trust-platform/code TRUST-1.7.7 cd TRUST-1.7.7 wget http://downloads.sourceforge.net/project/trust-platform/1.7.7/externalpackages-1.7.7.tar tar xf externalpackages-1.7.7.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"