Hi, ive managed to compile it,
if someone is interested in it :
needed packages:
as the wiki states: build-essentials
http://prdownloads.sourceforge.net/wxwi ... .11.tar.gz extract this to a folder of your choice for example /home/apps/wxsrc/
ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/ get all header *.h files from this url to a folder , e.g. /home/apps/pkcs
get the complete truecrypt soruce for linux (
http://www.truecrypt.org/downloads2)
extract the tc source to a folder of your choice and switch to the tc root folder
Now compile it:
first command:
$this->bbcode_second_pass_code('', 'make NOGUI=1 PKCS11_INC=/home/apps/pkcs/ WX_ROOT=/home/apps/wxsrc/ wxbuild ')
second command:
$this->bbcode_second_pass_code('', 'make NOGUI=1 WXSTATIC=1 PKCS11_INC=/home/apps/pkcs/')
Test it:
just type Main/truecrypt and it should start
Main/truecrypt --mount /homemycontainer