Add libssl-dev for building on Ubuntu/Debian (#2286)

This commit is contained in:
TotalCaesar659
2023-07-17 15:34:28 +03:00
committed by GitHub
parent 9c41b8a900
commit 4b7b3b7778
+1 -1
View File
@@ -113,7 +113,7 @@ Note: The CMake preset `linux-ninja-clang` makes use of the LLD linker, which wi
- Install dependencies.
```sh
sudo apt install git cmake ninja-build libsdl2-dev pkg-config libgtk-3-dev clang lld xdg-desktop-portal openssl
sudo apt install git cmake ninja-build libsdl2-dev pkg-config libgtk-3-dev clang lld xdg-desktop-portal openssl libssl-dev
```
- Clone this repo.