From 8e4c4b33047d82a45a6763392b8b3452a4b6956a Mon Sep 17 00:00:00 2001 From: jaxl Date: Mon, 28 Jun 2021 13:21:50 +0800 Subject: [PATCH] Update README.md: add dependency libssl --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2ab317a..76bf551 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,16 @@ cmake --build xgl/builds/Release32 ### Install Vulkan SDK You can download and install the SDK package [here](https://vulkan.lunarg.com/sdk/home). +### Install dependencies +#### Ubuntu +``` +sudo apt install libssl1.1 +``` +#### RedHat +``` +sudo yum install openssl-libs +``` + ### Install Driver and JSON Files ``` cmake --install xgl/builds/Release64 --component icd