Re: [Gambas-user] Run Gambas on a USB key

2009-11-02 Thread Jesus Guardon
Benoît Minisini escribió: > > You must: > > 0) Run ldd on the *.so files of all gambas components used by your > application > to make a list of needed shared libraries. Don't forget to run ldd on the > interpreter. > > 1) Put all detected shared libraries in a folder. Let's name it "/my/ld/

Re: [Gambas-user] Run Gambas on a USB key

2009-11-02 Thread Benoît Minisini
> Benoît Minisini escribió: > > With the revision #2401, you can define a GB_DIR environment variable > > that points at the Gambas installation directory. > > > > With that, you should be able to run Gambas from your USB key, provided > > that the destination O.S. has all the needed shared librari

Re: [Gambas-user] Run Gambas on a USB key

2009-11-01 Thread Jesus Guardon
Benoît Minisini escribió: > > With the revision #2401, you can define a GB_DIR environment variable that > points at the Gambas installation directory. > > With that, you should be able to run Gambas from your USB key, provided that > the destination O.S. has all the needed shared libraries in

[Gambas-user] Run Gambas on a USB key (was Re: set of questions)

2009-11-01 Thread Benoît Minisini
From Dima Malkov: > > I want to run my gambas2-application from USB-FLASH-DISK on the > > computers, that do not have gambas2 installed. > > > > There is a folder on my USB-FLASH-DISK with my application and > > subfolders: > > 1) "bin", includes files "gba2", "gbc2", "gbi2", "gbx2", soft links; >