[Gambas-user] External library location
Martin Cristia
tercoide at hotmail.com
Thu Sep 6 13:09:11 CEST 2018
Agreed
I like the ~/.vendor better than /usr/... because It can be operated
without SUDO or installing software. Usefull when you distribute only
the source code of a Gambas program, but it contains a private .so lib
> ACK. /tmp is a bad place for libs. Its name alone says it. It is
> temporary, and can be even used from other programs as well and in
> secure environments there should be no executables allowed.
>
> For a system-wide installation aside of the distribution I would prefer
>
> /usr/local/(share|lib)/$vendorname/
>
> or
>
> /usr/(share|lib)/$vendorname/
> (this is what I use for my programs)
>
> For a installation in the homedir I use
> ~/.local/(share|lib)/$vendorname/
>
>
> Alles Gute
>
> Christof Thalhofer
>
--
Saludos
Ing. Martin P Cristia
More information about the User
mailing list