FD- / RPiPlay

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

RPiPlay - can be builded on WIndows to genarate rpiplay.exe? #330

Closed OliveiraICTS closed 2 years ago

OliveiraICTS commented 2 years ago

Hi, I See inside your code that exists macros WIN32 e WIN64, so, I understand that is possible to build it on WIndows.

It is possible?

If yes, what procedure I have to do to generate a rpiplay.exe

Regards,

fduncanh commented 2 years ago

RPiPlay is derived from dsafa22's code, still found at https://github.com/jiangban/AirplayServer (seems to support android and windows)

What appears to be a rewrite of the dsafa22 code in C# for windows is found at https://github.com/SteeBono/airplayreceiver

No idea whether these are buildable.

No, RPiPlay does not build on android or windows, I believe.