1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-10 06:46:59 -05:00

Linux: add Arch package build support (#1740)

This commit is contained in:
Mounir IDRASSI
2026-05-20 02:38:38 +02:00
committed by GitHub
parent 86082f3bf5
commit 964ecde6a1
7 changed files with 345 additions and 8 deletions
+9
View File
@@ -128,6 +128,15 @@ built using the 'NOGUI' parameter:
`$ make NOGUI=1 WXSTATIC=1`
## Arch Linux package build:
Arch Linux users can build and install a package from the current checkout with
makepkg:
`$ cd src/Build/Packaging/arch`
`$ makepkg -si`
On MacOSX, building a console-only executable is not supported.
## Mac OS X specifics: