source: rtems-graphics-toolkit/README.Microwindows @ ce3c789

Last change on this file since ce3c789 was ce3c789, checked in by Joel Sherrill <joel.sherrill@…>, on 01/11/10 at 04:06:20

2010-01-10 Joel Sherrill <joel.sherrill@…>

  • Property mode set to 100644
File size: 674 bytes
RevLine 
[e5109de]1#
2#  $Id$
3#
4
58 January 2010
6
7Using Microwindows Release Tarballs
8===================================
9There is currently not a Microwindows release with current RTEMS patches.
10
11Using Microwindows GIT
12======================
13
14  To Check Out
15     git clone git://microwindows.org/microwin
16
17  To update
18     cd microwin
19     git pull origin
20
21Building
22========
23
[ce3c789]24This assumes you are building from this directory.
25
[e5109de]26  RTEMS_MAKEFILE_PATH=[build directory/prefix]/[target]/[rtemsbsp]/ \
[ce3c789]27    CONFIG=`pwd`/microwin/src/Configs/config.rtems \
28      make -f Makefile.rtems clean all
29
30NOTE: In contrast to previous instructions, you do not have to overwrite
31      the file src/config. :)
Note: See TracBrowser for help on using the repository browser.