This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

WxFormBuilder

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

wxFormBuilder is an application that can literally speed up GUI development, being Python either C++ the programming language of choice.

Installation

To install it, first add the gentoo-zh ebuild repository:

root #eselect repository enable gentoo-zh
root #emerge --sync gentoo-zh

or

root #layman -a gentoo-zh

Then, since premake-3.7 is currently an ebuild prerequisite, though the core system is already providing premake-4, you have to directly specify it:

root #emerge --ask dev-util/premake:3

You may now proceed and install dev-util/wxFormBuilder itself:

root #emerge --ask wxformbuilder

External resources