-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
210 add linux support #211
Conversation
…ific and breaks linux build
…sing linux.This involved reverting most of the previous changes, and making less invasive tweaks to finding the SDK path.
…ows-specific and breaks linux build" This reverts commit 6a5138a.
Here is the output of a linux build.
|
cmake/hdcam.cmake
Outdated
@@ -7,20 +7,27 @@ | |||
# folders should be on the system path. | |||
find_path(DCAMSDK_ROOT_DIR | |||
NAMES "dcamsdk4/inc/dcamapi4.h" | |||
PATH_SUFFIXES "Hamamatsu_DCAMSDK4_v22126552" | |||
PATH_SUFFIXES |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's probably worth forcing the upgrade to just use the latest. Or maybe there's a way to glob on this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets upgrade. Not sure what you mean re glob @aliddell. Let me know what version is best and I'll install it on the test machine.
3d0aaa7
to
0e32d78
Compare
Now that the DCAM API Lite has been released for linux, allow this repo to build for linux.