Update README.md: add dependency libssl

This commit is contained in:
jaxl 2021-06-28 13:21:50 +08:00
parent 00f53439e2
commit 8e4c4b3304
1 changed files with 10 additions and 0 deletions

View File

@ -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