> We have created some new components for Gambas and we've been putting > them into the /usr/local/lib/gambas2 directory with the standard > Gambas components. However, this directory is locked to the root user, > so developers can't install components there. > Is there a way to install these components to another directory and tell > Gambas to look for them there as well as finding the standard modules in > the /usr/local/lib/gambas2 dir? > Thanks in advance.
Are they C/C++ components or components made in Gambas? (Just to know). Component are searched in: 1) <INSTALL>/lib/gambas2, <INSTALL> being the path where Gambas is installed. 2) ~/.local/lib/gambas2, ~ being the current user home directory. In that order! Regards, -- Benoît Minisini ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
