Difference between revisions of "FreeBSD"

From uGFX Wiki
Jump to: navigation, search
(Created page with "µ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 d...")
 
Line 3: Line 3:
  
 
= Dependencies =
 
= Dependencies =
As of today, we recommend using GCC for compiling µGFX applications on FreeBSD.
+
The following dependencies are required:
 +
* GCC (eg. <code>devel/gcc10</code>, <code>devel/gcc11</code>
 +
* <code>[https://www.freshports.org/devel/gmake/ devel/gmake]</code>

Revision as of 23:54, 23 September 2021

µ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: