Bienenvolk

joined 1 year ago
[โ€“] Bienenvolk@feddit.de 9 points 7 months ago

Tl;dr: Stick in a USB cable and the other side gets your console.

[โ€“] Bienenvolk@feddit.de 8 points 7 months ago (1 children)

That is possible indeed! For more context, you can look up "static linking vs dynamic linking"

Tldr: Static linking: all dependencies get baked into the final binary Dynamic linking: the binary searches for libraries in your system's PATH and loads them dynamically at runtime