On Sun, May 6, 2012 at 7:55 PM, Christer Johansson <li...@hth.com> wrote:

> I also have RasPi's Debian 6 image running in QEMU ARM emulator so maybe
> another option could be to compile it there and them somehow manually
> "lift over" the gambas3-runtime and gambas3-gb-net components to the NAS,
> any thoughts or maybe things aren't that easy?
ON the emulated RasPi install kendek's
ubuntu packages from https://launchpad.net/~nemh/+archive/gambas3 to
your sources.list.

then grab all the dependencies
  apt-get build-dep gambas3

then grab the source code itself

 apt-get source gambas3

you may have to try different ubuntu versions of the packages to find
one compatible with your debian, I suggest you start with the oldest
(lucid)

you can then compile the debian packages for armel inside the source
directory like so

  debian/rules binary

this will give you a home directory full of .deb files, you can copy
across the ones you want to the NAS and install

   dpkg -i <name of package>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to