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.

Home Page:https://www.ppsspp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Star-X555 opened this issue · comments

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

  • Test in the latest git build in case it's already fixed.
  • Make sure to run git submodule update --init --recursive before building.
  • Search for other reports of the same issue.
  • Try deleting the build directory and running the build again.
  • Check GitHub Actions, which builds every merge and PR.
  • Include logs and help us reproduce.