richard terry ha scritto: > On Tue, 2 Jun 2009 12:39:13 pm Keith Clark wrote: > >> I have made my first Executable file via the Project menu item and it >> created a file.gambas file. >> >> I sent that to another computer, but it won't execute. Do I need to >> install gambas on every machine that I want to run gambas created >> executables on? >> >> Thanks, >> >> Keith >> >> > > yes > > > Well, yes and no. To run a gambas executable you only need the gambas runtime - basically /usr/bin/gbr2 , and support files in /usr/lib and /usr/share. On a Debian system the package is named "gambas2-runtime"; you should also install every component used by the application: they are named "gambas2-gb-xxx"; for example, "gambas2-gb-gtk" and so on.
If you want to install the minimum required to run your application, do so. If you also install gambas2-dev, you also have the compiler; if you install gambas2-doc, you add the documentation (32 Mb); if you install gambas2-ide you also have the IDE. If you install the "gambas2" package, you get everything. So a shortcut culd be to select "gambas2" for install, and then unselect the docs, the compiler and the IDE. This in a Debian system - don't know about other OSes, or when installed from sources. Regards, -- Doriano Blengino "Listen twice before you speak. This is why we have two ears, but only one mouth." ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
