'How to embed a `.so`/`.dylib`, `dll` into binary?
I want my executable binary to include the shared library file so I can extract it to a relevant location. Both the shared library and my executable are my code and ideally in the same repo. The flow I'd imagine:
- User executes bin
- Bin extracts lib to a certain location if file not there already
- bin regular execution.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
