Closed eldavido closed 10 years ago
As a user, the package should include headers installed in /usr/local/include and the .a file in /usr/local/lib/. This package should depend on libmcp23s17 which should also have it's headers and lib file installed.
If you could create a Debian package that would be great. If possible, could you put all the files/scripts necessary into a new branch? Maybe build_deb
? So that anyone with access to the GitHub can build the Debian package.
I've added a release for this repo too. See https://github.com/piface/libmcp23s17/issues/3
Has there been any progress on this or should I close this issue? Also, just updated to v0.3.0, for which you may want to check the changelog. https://github.com/piface/libpifacedigital/blob/master/CHANGELOG
No progress unfortunately, will reopen if I get around to doing this (not likely short-term)
@tompreston
I can create the debian package. Given the size of this library (small), I suspect you'd like a static library target useful for compilation, and not a shared library object useful for dynamic linking?
I'm envisioning something that would make the headers available for compilation, as well as placing the docs, and libmcp23s17.a in an appropriate location? Let me know.