diff options
author | Jertzukka <Jertzukka@gmail.com> | 2023-06-29 21:53:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-29 20:53:25 +0200 |
commit | 364f3be41bcd21ac351df061408102b034862dae (patch) | |
tree | 1ac7492006da803d957b8277c448d474e7dd32d6 /src | |
parent | a2bc852c4dd25c172741550f82e7b4285319bf7a (diff) | |
download | VeraCrypt-364f3be41bcd21ac351df061408102b034862dae.tar.gz VeraCrypt-364f3be41bcd21ac351df061408102b034862dae.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/Readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Readme.txt b/src/Readme.txt index a33ff91e..babc3d69 100644 --- a/src/Readme.txt +++ b/src/Readme.txt @@ -108,6 +108,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: |