seeing-things / zwo

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

Make it possible to run capture without needing to set LD_LIBRARY_PATH #8

Closed bgottula closed 5 years ago

bgottula commented 5 years ago

The current binary it too dumb to know where to find the .so file for the ZWO driver, so it has to be run with a command like:

LD_LIBRARY_PATH=~/dev/zwo/0.7.0503/linux_sdk/lib/x64 ./bin/capture ~/Desktop/test.ser

This is lame. Upgrade the build system for this software (either by updates to the Makefile or by using something else like CMake) in a manner such that I don't have to set an environment variable every time I run the program.

jgottula commented 5 years ago

This should be doable with relative ease.