Currently installation of the package requires a compilation step to build binary from C++ source code. In some environments the compiler isn't always available though. An example is injecting the package into a Docker image, where it requires installation of the development stack into the image, which bloats the image, or to make it two-stage build, which complicates the configuration of the build flow.
Currently installation of the package requires a compilation step to build binary from C++ source code. In some environments the compiler isn't always available though. An example is injecting the package into a Docker image, where it requires installation of the development stack into the image, which bloats the image, or to make it two-stage build, which complicates the configuration of the build flow.