neuronalmotion / qtrpi

An easy-to-use environment to cross-compile Qt applications for Raspberry Pi from your desktop.
MIT License
104 stars 40 forks source link

Support custom sysroot i.e. with custom additional libraries #68

Open me21 opened 7 years ago

me21 commented 7 years ago

Please support custom sysroot. For example, mount actual Pi root over sshfs, or copy it locally using rsync. There can be additional libraries installed (i.e. WiringPi etc.).

me21 commented 7 years ago

Oh, I've realized it's possible to modify utils/prepare-sysroot-full.sh. Still, mounting Pi root over sshfs has the benefit it doesn't take up local space. It might prove useful to somebody.

GuillaumeLazar commented 7 years ago

Nice idea!

The script could be updated to offer the option to choose between:

So everybody can use it in both way without modifying the script. What do you think about it?

totolito commented 6 years ago

I also vote for this option! ;-)