Aggiungo questa:
«What minimum do i need to run a Gambas3 project, developed on
OpenSuse /Gambas 3-IDE on a Raspberry-Dbian system ?
So far i installed gb3-runtime on the debian system and tried to run a
project.gambas executable using gbr3 ./project.gambas, but this
does not work. "No project file in 'project.gambas'
thank you
wally
»
************
«Sound like the gb3-runtime isn't installed correctly on your RasPi.
Did you install it as a deb-package using...
dpkg -i gambas3-runtime_*.deb
If your project doesn't uses any other Gambas3 components all you
need is the gb3-runtime installed.
/CJ»
***********
«i installed simly with apt-get and seems to work.
gbr3 -V , gbr3 --help behave as expected.
> If your project doesn't uses any other Gambas3 components all you
> need is the gb3-runtime installed.
Ok, here i was not sure at all. I think all components activatet and used
during develpment should also be present on target system.
I'll try with one of the incuded simple example projects.
Keep us informed on you activities concerning RasPi
wally»