3.4. Building the Core Library Debian Package#
If you are developing custom hardware adapters or integrating third-party simulators, you do not need to build the entire SimBricks framework. Instead, you can generate a standalone Debian package containing the SimBricks C/C++ core library.
To create the package, run:
make package
This command outputs a .deb package. Installing this package on your target
system or Docker image dramatically simplifies the setup process for adapter
development, allowing you to link against the core library instantly.