hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
10.78k stars 2.12k forks source link

Documentation on building PPSSPP is missing specific dependency (libglew-dev for Debian) #19253

Closed Star-X555 closed 3 weeks ago

Star-X555 commented 3 weeks ago

Platform

Linux / BSD

Compiler and build tool versions

n/a

Operating system version

Linux

Build commands used

./b.sh --release

Not that it matters, given how it's a documentation issue and not a compiling issue.

What happens

Doesn't build, would include logs but they don't matter as I know EXACTLY how to fix it (apt install libglew-dev for Debian-based distros).

PPSSPP version affected

All of them, due to documentation being out of date

Last working version

Really doesn't matter, it's a documentation issue.

Checklist

hrydgard commented 3 weeks ago

Fixed