Difference between revisions of "RPi End-user FAQ"
From eLinux.org
| Line 1: | Line 1: | ||
[[Category:RaspberryPi]] | [[Category:RaspberryPi]] | ||
| + | |||
| + | {|border="1" | ||
| + | ! Program | ||
| + | ! Will It Run? | ||
| + | ! Note | ||
| + | |- | ||
| + | | A piece of software | ||
| + | | ? | ||
| + | | '''First, look below and replace "game" with "my software" .''' If it is open source , why don't you TEST IT YOURSELF : <br> | ||
| + | Get the development VM , the software source code, <br> compile in scratchbox,run in scratchbox and qemu :<br> If it works it'll work on the pi , but perhaps slower. | ||
| + | |- | ||
| + | } | ||
| + | |||
=Reasons= | =Reasons= | ||
== "A" Company should create product XY for the Raspberry Pi== | == "A" Company should create product XY for the Raspberry Pi== | ||
Revision as of 13:01, 15 April 2012
| Program | Will It Run? | Note |
|---|---|---|
| A piece of software | ? | First, look below and replace "game" with "my software" . If it is open source , why don't you TEST IT YOURSELF : Get the development VM , the software source code, |