[Gambas-user] Globally available Gambas components

ron ronstk at ...239...
Fri May 25 07:19:32 CEST 2007


On Thursday 24 May 2007 13:08, Gareth Bult wrote:
> Hi, 
> 
> I'm having real problems "distributing" Gambas written components to other machines. 
> 
> Can you tell me where I should put a compiled Gambas component to make it globally available to all users on a machine ? 
> 
> ~/.local/lib/gambas2 is ok for testing, but not so good when I have to install it for 30 users .. :( 
> 
> Thanks, 
> Gareth. 
> 
> 

I did it by 
./configure -C --prefix=/opt/gambas
make
make install

When it was ready I renamed te gambas directory to gambas47 and 
make a symlink /opt/gambas -> /opt/gambas47

As a new version arives remove the symlink

./configure -C --prefix=/opt/gambas
make
make install

and same with but then /opt/gambas48

The nice part is if the new not working or you can put the symlink 
to the old working version.

Ron




More information about the User mailing list