I am using a very stripped down version of Linux, I want to create a standalone GTK application on a system that does not have an X window environment installed. I want to use GUI classes and widgets, rather than creating a server version where the GUI is disabled.
The only thing you can expect is a working glibc.
From what I understand, this will include the following:
Statically link GTK lib to X libraries. Statically link my application to the above library.Is there anything to look out for, can a (somewhat) newbie get this. I used Google, but (some useful) information flew over my head.
qwrty source
share