문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top