How to build a static exe for EMA API on Linux?

I am trying to build executable of EMA API. I am able to build the executable on Linux. However, now i want to build the executable in my Development environment and just deploy the static executable in my production environment.


Can anyone help me if this is possible?

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @rnalawade

    Thank you for reaching out to us.

    I checked the RTSDK Linux package and found the static libraries, such as libema.a.

    1707363783206.png You need to link to those static libraries,instead of the Shared libraries.