ghaerr / microwindows

The Nano-X Window System
Other
659 stars 90 forks source link

Updates for current Microwindows master to build for RTEMS #1

Closed ppisa closed 8 years ago

ppisa commented 8 years ago

Work is based on Alexandru-Sever Horin work which I mentored in frame of GSoC 2012. Code should have no impact of non RTEMS build.

Updated code builds and runs with pc686 RTEMS BSP. It requires that t1lib, libpng and other support libraries are already installed in RTEMS BSP location (/opt/rtems4.11/i386-rtems4.11/pc686/). Then next command is enough to build Microwindows locally

export RTEMS_MAKEFILE_PATH=/opt/rtems4.11/i386-rtems4.11/pc686/ make -f Makefile.rtems CONFIG=$(pwd)/Configs/config.rtems -k all

Complete RTEMS graphic stack including Microwwindows (older version for now) build can be automated by Rtems Source Builder (RSB) as well.

More documentation can be found on respective RTEMS development Wiki page.

https://devel.rtems.org/wiki/Projects/GraphicsToolkit