VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJertzukka <Jertzukka@gmail.com>2023-06-29 21:53:25 +0300
committerGitHub <noreply@github.com>2023-06-29 20:53:25 +0200
commit364f3be41bcd21ac351df061408102b034862dae (patch)
tree1ac7492006da803d957b8277c448d474e7dd32d6 /README.md
parenta2bc852c4dd25c172741550f82e7b4285319bf7a (diff)
downloadVeraCrypt-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 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8e421b64..61e5329a 100644
--- a/README.md
+++ b/README.md
@@ -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: