Closed elima closed 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.
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
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