Links

FAQ

Frequently asked questions about ObjectBox C and C++.

How do I distribute ObjectBox?

Don't forget to bundle the dynamic library (so/dylib/dll) with your program when distributing/packaging for a installer. Having the library in the same directory as your program binary should be enough for Windows. For other system, you might need to ensure the installation library to the system directory (usr/lib or /usr/local/lib) or one of the paths specified inLD_LIBRARY_PATH(Linux) orDYLD_LIBRARY_PATH(macOS).
Last modified 1yr ago