Re: [anjuta-list] Questions about Vala: shared library configuration



On Sat, Sep 3, 2011 at 11:17 AM, bsquared <bwcode4u gmail com> wrote:
> How to configure a project to output a library written in Vala as an
> .so file instead of an .la file.
> using valac the command parameters are:
> '$ valac --library=test_shared -h test_shared.h test_shared.vala -X
> -fPIC -X -shared -o test_shared.so'
>

I figured this part out by looking at this example...
http://pomozok.wordpress.com/2011/01/02/vala-autotools-example/

I could still use some help on the rest.

> How to create a custom destination for a target.
> I am working on a plugin and some files will need to be installed in
> non-standard locations. for example:
> '~/.local/shared/gedit/plugins'
>

-- 
Regards,
-Brian


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]