PINE64
Developing on Pinephone - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127)
+--- Thread: Developing on Pinephone (/showthread.php?tid=12918)

Pages: 1 2


RE: Developing on Pinephone - Mwo87 - 02-04-2021

(02-04-2021, 04:15 AM)kern707 Wrote:
(02-02-2021, 01:57 PM)signal9 Wrote: Developing applications in Rust for Gnome is a big reason I bought the PinePhone. I haven't had a chance to try it yet (just got my phone yesterday, switched from the Plasma release to Mobian this morning), but I've been looking at this starter project:

https://github.com/richardanaya/pinephone-gtk-rs-starter

I've seen some folks talk about compiling Rust on the phone, which seems unnecessary to me since cross-compiling Rust is pretty straightforward, something I've already done for the RaspberryPi.

I feel that compiling directly on the phone is really cool as a feature, very cool that it is possible, but as for real software development it is not the most ideal way to go.

so cross-compiling if possible, might a good idea

Compiling on the phone is fine if you don't mind waiting a lot. Cross-compiling using a more powerful cpu is going to be a more pleasant experience.


RE: Developing on Pinephone - wibble - 02-06-2021

And somewhere in between there's distcc although I've only used it with gentoo (and not on the pinephone)