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

Linux: add Arch package build support

This commit is contained in:
Mounir IDRASSI
2026-05-19 08:14:18 +09:00
parent 8282f17745
commit 857c6c8acf
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: