Each library name is based on the same structure:
lib[name of lib]_datakit_x64.a
Following Linux/macOS distribution you have to link with system libraries : see the makefile delivered to get the lib needed.
System libs :
-lm -stdc++ -lpthread -libxt6 -ldl ( if use LibDwgRead libraries )On macOS operating system, if you use LibDwgRead Libraries, add also:
-framework CoreFoundation -framework CoreServices -lcurl