DATAKIT API  V2025.3
Using Linux/Mac

Libraries names

Each library name is based on the same structure:

lib[name of lib]_datakit_x64.a


Other Libraries needed

Following Linux/Mac distribution you have to link with system libraries : see the makefile delivered to get the lib needed.
System libs :

  • -lm
  • -stdc++
  • -lpthread
  • -ldl ( if use LibDwgRead libraries )

On Mac operating system, if you use LibDwgRead Libraries, add also:

  • -framework CoreFoundation
  • -framework CoreServices
  • -lcurl