Update README.md: add dependency libssl
This commit is contained in:
parent
00f53439e2
commit
8e4c4b3304
10
README.md
10
README.md
|
@ -164,6 +164,16 @@ cmake --build xgl/builds/Release32
|
||||||
### Install Vulkan SDK
|
### Install Vulkan SDK
|
||||||
You can download and install the SDK package [here](https://vulkan.lunarg.com/sdk/home).
|
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
|
### Install Driver and JSON Files
|
||||||
```
|
```
|
||||||
cmake --install xgl/builds/Release64 --component icd
|
cmake --install xgl/builds/Release64 --component icd
|
||||||
|
|
Loading…
Reference in New Issue