owncloud-archive / pi-image

Scripts and configurations for Raspberry PI disk images
29 stars 8 forks source link

How to build programs for PiDrive on external Device #11

Closed Offerel closed 8 years ago

Offerel commented 8 years ago

I wonder how i can build programs for the Pi on a other external Device, like a vServer or Linux PC for the Pi. Can someone here can help with this?

miska commented 8 years ago

Best and easiest option - package it and let your distribution build it for you. Or you can use basic image and qemu. Crosscompilation with dependencies will be hard. I put software I want in my project in OBS, it's quite easy for rpm based distros:

https://build.opensuse.org/project/show/home:-miska-:pidrive

oparoz commented 8 years ago

The information is available in the owncloud/ubuntu-snap wiki.