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

Update readme to have build-essential package for ubuntu based distros #328

Open gwindes opened 2 years ago

gwindes commented 2 years ago

This fixes fresh installs of debian / ubuntu based distros that don't have the build-essentials package already installed. Otherwise you'll get a The CXX compiler identification is unknown during cmake ..

Issue: https://github.com/FD-/RPiPlay/issues/327