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: diff --git a/doc/html/CompilingGuidelineLinux.html b/doc/html/CompilingGuidelineLinux.html index 842d106e..7b0d1df3 100644 --- a/doc/html/CompilingGuidelineLinux.html +++ b/doc/html/CompilingGuidelineLinux.html @@ -76,6 +76,7 @@ The following components are required for compiling VeraCrypt:
sudo apt update
sudo apt install -y build-essential yasm pkg-config libwxgtk3.0-gtk3-dev
-sudo apt install -y libfuse-dev git
+sudo apt install -y libfuse-dev git libpcsclite-dev
git clone https://github.com/veracrypt/VeraCrypt.git
cd ~/VeraCrypt/src
make
@@ -224,6 +226,26 @@ make
+
+
+ Installation of libpcsclite
+
+
+
+ -
+ Open a terminal
+
+ -
+ Execute the following commands:
+
+ sudo apt update
+ sudo apt install libpcsclite-dev
+
+
+
+
+
+
Download VeraCrypt
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: