[fpc-pascal] What to do to get new users
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Wed Nov 20 17:33:11 CET 2024
On 20/11/2024 14:45, Travis Siegel via fpc-pascal wrote:
> Again, both of which are IDEs (just of a different type.
fpGUI has a "demo app IDE" only. It's not an IDE, but whatever.
> You still haven't shown me how to build a GUI app with default fpc
> installed resources.
In fpGUI's README it has build instructions for IDEs and command line
(CLI) usage.
cd <fpgui>/src
./build.sh
That builds the whole GUI toolkit from the command line. Works on
Windows, MacOS, Linux and FreeBSD.
To build the demos or all GUI applications (Visual Forms Designer,
DocView etc). For example:
cd <fpgui>/docview/src
fpc @extrafpc.cfg docview.lpr
> What's the point of claiming FPC can do gui apps
> if it can't do them w/o third party support?
You've got to learn to read mate. ;-)
Regards,
Graeme
More information about the fpc-pascal
mailing list