Advanced Whonix-Starter for platform-independent use
Whonix-Starter was written in Free Pascal using the Lazarus IDE and can be compiled under Windows and Linux (but after minor adjustments it can also be used under all operating systems that are also supported by Lazarus).
- Install Lazarus IDE: https://www.lazarus-ide.org/index.php
- Open file
Whonix.lpi
with Lazarus IDE - Create executable file under menu item Run -> Build.
- Install dependencies.
Using ppcross_install
.
./ppcross_install
- Build on Linux for Windows.
./build_on_linux_for_win64