You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to share here (only for reference, because this is not complete) how to extend this great project to compile not only qemu-* but qemu-system-x86_64 in a static version:
This is not completed/finished because SDL is not working. It compiles, so you get a fully static version runnable, but only with ncurses interface or console. So no video (missing SDL, GTK+, VNC and SPICE).
I hope someone will continue working on it to complete the full compilation.
And perhaps the author/owner of this project will want to expand it to support the compilation of qemu-system-* binaries. Almost, you can add (with a comment) the required packages, and a secondary/alternative configure. Therefore other interested users can reuse it.
Regards.
Note: The problem, as you can imagine is the lack of static binaries of the required libraries. I suggest to request to the Alpine mantainers group to add them. For example: libslirp.a is missing, although you can compile it. But the same is not true for GTK+ dependencies or with libvncserver (required for VNC) or with spice. With them a lot of not easy to compile static libraries is the problem.
The text was updated successfully, but these errors were encountered:
Hi,
I want to share here (only for reference, because this is not complete) how to extend this great project to compile not only qemu-* but qemu-system-x86_64 in a static version:
This is not completed/finished because SDL is not working. It compiles, so you get a fully static version runnable, but only with ncurses interface or console. So no video (missing SDL, GTK+, VNC and SPICE).
I hope someone will continue working on it to complete the full compilation.
And perhaps the author/owner of this project will want to expand it to support the compilation of
qemu-system-*
binaries. Almost, you can add (with a comment) the required packages, and a secondary/alternativeconfigure
. Therefore other interested users can reuse it.Regards.
Note: The problem, as you can imagine is the lack of static binaries of the required libraries. I suggest to request to the Alpine mantainers group to add them. For example:
libslirp.a
is missing, although you can compile it. But the same is not true for GTK+ dependencies or withlibvncserver
(required for VNC) or withspice
. With them a lot of not easy to compile static libraries is the problem.The text was updated successfully, but these errors were encountered: