Question

I have a script in my mind where I first want to make a GUI for it. The GUI-Style should be the "menuconfig" (like from the Linux Kernel, Buildroot, etc.). I know one way is to ""copy paste"" the makefile of e.g. Buildroot, but I think to learn the basic rules this is may not be the best practice/easiest way.

I searched the Internet for some tutorials about writing that makefile but I couldn't find anything. Is it even an "easy job" or would be programming a GUI with Java Swing or QT even a easier solution to develop?

Does anyone have any good links about this topic?

Thank you

Was it helpful?

Solution

What you are looking for is dialog (menuconfig uses lxdialog which is based on dialog).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top