#Build for Raspberry Pi while on Windows system

1 messages · Page 1 of 1 (latest)

placid eagle
#

Im trying to build my program for my raspberry pi but it keeps building it into a .exe.
Maybe im just being stupid but I'd love some help with this!

ivory valley
#

if you build in linux it will make a deb and appimage

#

basically you either go to a linux system and build it or you can build it right from windows subsystem

#

idk if if the compiler has an option to build to other platform but i doubt tbh

placid eagle
#

Ah alr, how would i go about building it from windows subsystem? I dont have access to a linux system atm

#

Or rather how does windows subsystem work?

ivory valley
#

then you basically have linux inside windows

#

just copy and paste stuff to there and build from there

placid eagle
#

Oh okay I'll try that then! Thanks for the help!