seeing-things / zwo

ZWO SDK and custom software for debugging and using it.
23 stars 4 forks source link

Create DEB packages for the ZWO ASI SDK libraries so they're installed at standard system locations #24

Closed jgottula closed 3 years ago

jgottula commented 5 years ago

This will let us escape the tyranny of -Wl,-rpath and hard-coded paths to libraries and stuff. Also it'll just make stuff easier on Brett.

jgottula commented 5 years ago

Finished! Wow that was quick!

jgottula commented 5 years ago

:ballot_box_with_check: :ballot_box_with_check: :ballot_box_with_check: :ballot_box_with_check: :ballot_box_with_check: :ballot_box_with_check: :ballot_box_with_check: :ballot_box_with_check:

bgottula commented 5 years ago

So you spent a bunch of time on stuff related to this:

Like, I literally manually wrote out the DEBIAN/control file that specifies all the package metadata

Shouldn't that stuff be added to this repo? Not sure what is conventional wrt packaging but perhaps like this? https://github.com/streadway/hello-debian

jgottula commented 5 years ago

Yeah fine, grumble grumble, I can probably make a directory in the repo that contains a shell script that automates most of the commands I had to do.

bgottula commented 3 years ago

Spun off open work into new issue #53.