[QtonPi] Bakeqtpi.bash script
Tobias Kempkensteffen
tobias.kempkensteffen at gmail.com
Wed Oct 3 15:14:37 CEST 2012
Hi,
yes, the script is great.
Some problems I had (which could be mentioned in the corresponding wiki-article):
- Script caused "out of memory" using Ubuntu in VmWare Fusion.
Solution: http://wiki.vpslink.com/Prevent:_Compiling_Yields_%27Cannot_allocate_memory%27 (Thanks Chris!)
gcc tries to use all RAM of the host machine, no matter what the max. RAM for the VM is set to.
- I always have to add the LD_LIBRARY_PATH-Path when I try to start an application. (I think this is usual)
Solved this by a little script starting my application:
---
#!/bin/bash
export LD_LIBRARY_PATH=/usr/local/qt5pi/lib
./hello-world
---
Since I spend much time getting Raspbian+qt to work (and others may also have problems):
Wouldn't it be a nice idea to provide a ready-to-go package containing the modified raspbian-image + virtual machine with qtBuilder set up?
So everyone could easily start programming.
Tobias
Am 03.10.2012 um 12:37 schrieb Kieran Evans:
> Hi guys,
>
> I've been a bit busy elsewhere of late, so I've not been able to update it to the latest raspbian image.
>
> I just want to ask first, is anyone using the script? Is it worth me updating it?
>
> /Kieran
> _______________________________________________
> QtonPi mailing list
> QtonPi at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qtonpi
More information about the QtonPi
mailing list