Igalia / acacia

Library for inspecting accessibility APIs
https://igalia.github.io/acacia
GNU Lesser General Public License v2.1
8 stars 1 forks source link

[ATSPI] Add an install target #162

Closed elima closed 7 months ago

elima commented 8 months ago

Enables a make install target, which will put all artifacts under their corresponding place under a prefix.

Native libraries: ${PREFIX}/lib/ Python bindings: ${PREFIX}/lib/python/dist-packages/ NodeJS bindings: ${PREFIX}/lib/node_modules/ Documentation: ${PREFIX}/share/doc/AXAccess/

This patch can be used as inspiration for the other platforms.

Fixes #125

elima commented 7 months ago

Also can you add something to the readme about this? Perhaps just that an install target exists?

Right, will add a section in the README. Thanks for the review.

elima commented 7 months ago

Also can you add something to the readme about this? Perhaps just that an install target exists?

Right, will add a section in the README. Thanks for the review.

Done