FD- / RPiPlay

An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up.
GNU General Public License v3.0
4.89k stars 354 forks source link

Build instructions missing build-essential tools #327

Open gwindes opened 2 years ago

gwindes commented 2 years ago

Fresh install of ubuntu requires apt-get install build-essential too otherwise you'll get The CXX compiler identification is unknown during cmake .. step.

I'll update the readme

gwindes commented 2 years ago

PR: https://github.com/FD-/RPiPlay/pull/328