Skip to content

Instantly share code, notes, and snippets.

@stefansundin
Created May 15, 2016 23:01
Show Gist options
  • Save stefansundin/6d97d111acad0f97bcae2bf09944829a to your computer and use it in GitHub Desktop.
Save stefansundin/6d97d111acad0f97bcae2bf09944829a to your computer and use it in GitHub Desktop.
Compile truecrypt in tails 2.3

compile truecrypt in tails 2.3

sudo apt-get install git build-essential devscripts debhelper pkg-config libgtk2.0-dev libfuse-dev nasm libappindicator-dev bash-completion
sudo apt-get install fakeroot

remove $(LIBS) from Main.make line 108 i.e. result: $(APPNAME): $(OBJS)

add this block on line 145 in Makefile:

CPU_ARCH = x86
ASM_OBJ_FORMAT = elf32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment