1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

Linux: Add libpcsclite dependency into compilation guide (#1136)

After the EMV support commits, the project won't build anymore
without the new dependency of libpcsclite.
This commit is contained in:
Jertzukka
2023-06-29 21:53:25 +03:00
committed by GitHub
parent a2bc852c4d
commit 364f3be41b
3 changed files with 25 additions and 1 deletions

View File

@@ -104,6 +104,7 @@ Requirements for Building VeraCrypt for Linux and Mac OS X:
wxWidgets 3.0 library source code (available at https://www.wxwidgets.org)
- FUSE library and header files (available at https://github.com/libfuse/libfuse
and https://osxfuse.github.io/)
- PCSC-lite library and header files (available at https://github.com/LudovicRousseau/PCSC)
Instructions for Building VeraCrypt for Linux and Mac OS X: