Support #17968
Fix building prosilica driver
Status:
New
Priority:
High
Assignee:
-
Start date:
10/19/2017
Due date:
% Done:
0%
Estimated time:
Description
Although the source was imported into Redmain/git, it isn't obvious how to actually build the project. By default, the Makefile
uses the clean
target and deletes everything. Before closing this issue, the following needs to be done:
- The
Makefile
should only have targets that build the final executable and any Erlang framework driver. - The
Makefile
should be cleaned up so it doesn't have commented out stuff from the example which Charlie copied. - The dependent libraries (Prosilica, ROOT, wxWidgets) need to be installed in a system-wide area, not someone's home directory.
Related issues
History
#1 Updated by Richard Neswold over 3 years ago
- Blocks Bug #17967: Prosilica task seg-faults added
#2 Updated by Richard Neswold over 3 years ago
- Subject changed from Fix building pro silica to Fix building prosilica driver
Fix subject text (autocorrect screwed it up.)