You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mike Langmayr edited this page Jul 29, 2024
·
12 revisions
Compilation
Edit the file CMakeLists.txt. The first few lines contain user definitions, as shown below.
#
#
#
#
#
XXX.XXX.XXXPage11of49DetectorControllerServerInterface20September2022----------------------------------------------------------------------------BEGINUSERDEFINITIONS----------------------------------------------------------------------------usermustdefinetheinterfacetypeherevalidtypesare: "AstroCam" | "Archon"set(INTERFACE_TYPE"Archon")
# If your software is not installed in the indicated directory then change this:
set(PROJECT_BASE_DIR$ENV{HOME}/Software/camera-interface)
# This prints a large number of debugging messages and may be eliminated in future releases:
#add_definitions(-DLOGLEVEL_DEBUG)