Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-22 | Linux: Modify .deb build scripts to link against statically built wxWidgets ↵ | Mounir IDRASSI | 1 | -4/+21 | |
on Ubuntu 14.04, 12.04 and Debian 8 | |||||
2019-12-21 | Linux: Fix building and packaging console-only version to remove dependency ↵ | Mounir IDRASSI | 1 | -4/+13 | |
on GTK | |||||
2019-10-07 | Updated and fixed build and packaging scripts. (#512) | El Mostafa Idrassi | 1 | -6/+8 | |
Now, under Debian 10+ and Ubuntu 18.04+, we link against the GTK-3 version of wxWidgets (libwxgtk3.0-gtk3-0v5). Under Debian 9- and Ubuntu 16.04, we link against the GTK-2 version of wxWidgets (libwxgtk3.0-0v5) which is the only one available. Also, we now have 2 separate RPM scripts : 'build_cmake_rpm_gtk2.sh' which builds wxWidgets and links it against GTK-2, then links VeraCrypt against 'gtk2' package (typically to be used under CentOS 6) and 'build_cmake_rpm_gtk3' which builds wxWidgets and links it against GTK-3, then links VeraCrypt against 'gtk3' package (typically to be used under CentOS 7+). | |||||
2019-10-05 | Linux: modifications to cmake files to use GTK3 on CentOS and change ↵ | Mounir IDRASSI | 1 | -0/+0 | |
packages names | |||||
2019-10-04 | Linux: Added CMake script for creating .DEBs and .RPMs for VeraCrypt using ↵ | El Mostafa Idrassi | 1 | -0/+41 | |
CPack, and shell scripts which build then package VeraCrypt under CentOS and Debian/Ubuntu. (#511) The DEB script builds VeraCrypt and links it against wxWidgets that comes with the distribution. The RPM script awaits for wxWidgets-3.0.4 source code which it builds then links VeraCrypt statically to it. Both scripts create the corresponding package after the build. |