WxFormBuilder

From Gentoo Wiki
Jump to:navigation Jump to:search
This article is a stub. Please help out by expanding it - how to get started.
This article has been flagged for not conforming to the wiki guidelines. Please help Gentoo out by starting fixing things.
Resources

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

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