FreeBSD

From uGFX Wiki
Revision as of 00:00, 24 September 2021 by Tectu (Talk | contribs)

Jump to: navigation, search

µGFX can be compiled into native FreeBSD applications. This is especially useful for developing µGFX applications on a Desktop machine. The SDL2 library is used to spawn a desktop window. Mouse & keyboard inputs are supported.

Dependencies

The following dependencies are required:

Makefile

A sample Makefile can be found under /boards/base/FreeBSD-SDL/example/Makefile. Copy it to your project directory.