[Gambas-devel] Components name and installation
Benoît Minisini
gambas at ...1...
Mon Aug 6 22:04:19 CEST 2012
Le 23/07/2012 11:46, Patrik Karlsson a écrit :
> One more thing regarding installing,
> http://gambasdoc.org/help/dev/gambas?v3#t19
>
> "You can install the component
> <http://gambasdoc.org/help/def/component?v3> in your home directory by
> checking the corresponding option in the "Make executable" dialog."
>
> I cant get this 'per user' install to work, it does not show up in
> gambas among the other components. I just put
> my gambas3-trixon-testa.gambas in ~/.
> What is the "corresponding option"?
Sorry, this is a Gambas 2 only thing.
> The same component works just fine when installed globally.
In Gambas 3, you really make components for global things, i.e. reusable
software not tied to a specific project.
But you can make libraries instead. They are Gambas projects that you
can link in the project property dialog. They library executables must
be installed in the same directory as the main project using them at
runtime.
Regards,
--
Benoît Minisini
More information about the Devel
mailing list