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/
> 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
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
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;
>