Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-26 | Linux/FreeBSD: Update build scripts: use wxwidgets 3.2.5, drop explicit GTK3 ↵ | Mounir IDRASSI | 1 | -75/+0 | |
config since it detected automatically We also update copyrights date | |||||
2023-06-13 | Linux: use wxWidgets 3.2.2.1 for official VeraCrypt Linux packages | Mounir IDRASSI | 1 | -2/+2 | |
2022-01-02 | Update copyright year to 2022 | Mounir IDRASSI | 1 | -1/+1 | |
2021-08-30 | Update copyright year to 2021 | Mounir IDRASSI | 1 | -1/+1 | |
2020-07-25 | Linux: Update wxWidgets for static builds to version 3.0.5 | Mounir IDRASSI | 1 | -2/+8 | |
2019-10-07 | Updated and fixed build and packaging scripts. (#512) | El Mostafa Idrassi | 1 | -0/+69 | |
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+). |