## First steps
Code: Select all
su
mkdir tmp
cd tmp
- Get wxWidgets-2.8.10.tar.gz from http://www.wxwidgets.org/downloads/ (get the wxAll version) and put it in tmp folder
## Unpack and get all the other files you need
Code: Select all
tar xvzf TrueCrypt 6.2a Source.tar.gz
tar xvzf wxWidgets-2.8.10.tar.gz
mkdir pkcs11
cd pkcs11
wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11.h
wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11f.h
wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11t.h
cd ..
Code: Select all
apt-get update
apt-get install build-essential libfuse-dev fuse-utils libgtk2.0-dev dmsetup
Code: Select all
cd truecrypt-6.2a-source/
export PKCS11_INC=/tmp/pkcs11
make NOGUI=1 WX_ROOT=/tmp/wxX11-2.8.10 wxbuild
make NOGUI=1 WXSTATIC=1
cd Main
./truecrypt --test
cp truecrypt /usr/local/bin/