[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAFkk2KR+of+7YZKC=LOn1J7q8_u5b8HyM6yh4Ynfh68jYW7X8w@mail.gmail.com>
Date: Sat, 4 May 2019 14:26:11 +0200
From: Ulf Magnusson <ulfalizer@...il.com>
To: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Randy Dunlap <rdunlap@...radead.org>
Subject: [ANNOUNCE] Kconfiglib GUI menuconfig
Hello,
Kconfiglib (https://github.com/ulfalizer/Kconfiglib) now has a
Tkinter-based guiconfig.py in addition to the curses-based
menuconfig.py. It has been tested on Linux, Windows, and macOS.
See https://github.com/ulfalizer/Kconfiglib#menuconfig-interfaces for
a screenshot (with show-all mode on). The interface is inspired by
qconfig.
The images come from data embedded directly in guiconfig.py by
default, to avoid having to carry around a bunch of separate .gif
files.
makefile.patch now has a new 'guiconfig' target for trying out the GUI
menuconfig on the Linux kernel. Python 2 is used by default. Run 'make
PYTHONCMD=python3 guiconfig' to use Python 3.
Please tell me if you try it out and spot any issues or annoyances. :)
Cheers,
Ulf
Powered by blists - more mailing lists