Hi, I am packaging pcbdraw for Arch Linux and was wondering if maybe the libraries could be packaged too. We could distribute the libraries and have pcbdraw include them by default.
A simple makefile that puts the libraries in /usr/share/pcbdraw would work (just make sure you respect prefix and DESTDIR). This could also be packaged via setuptools, I think.
Then pcbdraw would just look for the files there and include them 😁.
Hi, I am packaging pcbdraw for Arch Linux and was wondering if maybe the libraries could be packaged too. We could distribute the libraries and have pcbdraw include them by default.
A simple makefile that puts the libraries in
/usr/share/pcbdrawwould work (just make sure you respectprefixandDESTDIR). This could also be packaged via setuptools, I think.Then pcbdraw would just look for the files there and include them 😁.