Published: 17 Apr 2018 › Updated: 17 Apr 2018
How to compile Truecrypt 7.1a on Raspberry Pi
In case you want to use the Truecrypt 7.1a version on your Pi, follow these steps:
sudo apt-get -y install libfuse-dev tar
wget "https://github.com/AuditProject/truecrypt-verified-mirror/raw/master/Source/TrueCrypt%207.1a%20Source.tar.gz"
tar xfz "TrueCrypt 7.1a Source.tar.gz"
cd truecrypt-7.1a-source
wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/*.h
wget https://freefr.dl.sourceforge.net/project/wxwindows/2.8.12/wxWidgets-2.8.12.tar.gz
tar xfz wxWidgets-2.8.12.tar.gz
make NOGUI=1 WX_ROOT=~/truecrypt-7.1a-source/wxWidgets-2.8.12 wxbuild
make NOGUI=1 WXSTATIC=1
sudo cp Main/truecrypt /usr/local/bin/
sudo chmod +x /usr/local/bin/truecrypt
cd ..
rm -rf truecrypt-7.1a-source/
rm TrueCrypt\ 7.1a\ Source.tar.gz
truecrypt --version
Original post: https://lava-block.com/how-to-compile-truecrypt-7-1a-on-raspberry-pi/
Leave How to compile Truecrypt 7.1a on Raspberry Pi to:
Read more #raspberrypi posts
Best Posts From Lava::Block
We have not curated any of thelavablock's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Lava::Block
- How to compile Truecrypt 7.1a on Raspberry Pi
- Unreal Studio Beta Test - KUKA CAD file import with Datasmith
- Godot Engine Tutorial - Making a 2D Game - UI/Mechanics/Sound
- Fix Raspbian SSH Error "Connection reset by peer"
- Great News for Vulkan Graphics API: "Vulkan Applications Enabled on Apple Platforms"
- Dice Pig - Casual Game - Play for free now!
- Tutorial: How to compile Godot Engine on Ubuntu
- 🎉LAVA BLOCK WEBSITE RELEASE🎉 Next-Gen Graphics Solutions 📢
- Welcome to Lava Block
- How to compile Godot Engine on Ubuntu