mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
Add libssl-dev for building on Ubuntu/Debian (#2286)
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user