xyzz / vita-moonlight

NVIDIA Gamestream client for PlayStation Vita, based on moonlight-embedded
GNU General Public License v3.0
629 stars 74 forks source link

Can't build (OpenSSL not found) #228

Closed Fewnity closed 1 year ago

Fewnity commented 1 year ago

Hello! I'm trying to build vita-moonlight but when I'm trying to build with cmake, I have this error :

/vita-moonlight-vita/src/main.c:40:10: fatal error: openssl/rand.h: No such file or directory
   40 | #include <openssl/rand.h>

I tried to install oenssl on my linux, I saw that I have the include folder of openSSL in usr/include folder so I think it's ok but still can't build. Someone can help me? Thanks! (First time I'm using psvitasdk)

Fewnity commented 1 year ago

This was an issue with PSVitaSdk's installation.