Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
extra | 2016-06-13 | ||
TRUST_1.7.3.tar.gz | 2016-06-16 | 756.6 MB | |
externalpackages_1.7.3.tar | 2016-06-16 | 546.8 MB | |
Installer_TRUST.sh | 2016-06-16 | 2.6 kB | |
README | 2016-06-16 | 629 Bytes | |
Totals: 5 Items | 1.3 GB | 0 |
# option to minimize build OPTIONS="-disable-optionals" # Git git clone git://git.code.sf.net/p/trust-platform/code TRUST_1.7.3 cd TRUST_1.7.3 wget http://downloads.sourceforge.net/project/trust-platform/1.7.3/externalpackages_1.7.3.tar tar xf externalpackages_1.7.3.tar ./configure $OPTIONS make exit # Or: wget http://downloads.sourceforge.net/project/trust-platform/1.7.3/TRUST_1.7.3.tgz tar xzf TRUST_1.7.3.tgz cd TRUST_1.7.3 ./configure $OPTIONS make # Or wget http://downloads.sourceforge.net/project/trust-platform/Installer_TRUST.sh chmod +x Installer_TRUST.sh ./Installer_TRUST.sh -configure-options "$OPTIONS"