source: rtems-graphics-toolkit/README.Microwindows @ 513eea1

Last change on this file since 513eea1 was e5109de, checked in by Joel Sherrill <joel.sherrill@…>, on 01/08/10 at 21:18:46

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

  • README.Microwindows, freetype-2.3.11/.cvsignore, freetype-2.3.11/builds/unix/.cvsignore, freetype-2.3.11/objs/.cvsignore, jpeg-7/.cvsignore, libpng-1.2.41/.cvsignore, t1lib-5.1.2/.cvsignore, t1lib-5.1.2/doc/.cvsignore, t1lib-5.1.2/examples/.cvsignore, t1lib-5.1.2/lib/.cvsignore, t1lib-5.1.2/lib/t1lib/.cvsignore, t1lib-5.1.2/lib/type1/.cvsignore, t1lib-5.1.2/type1afm/.cvsignore, tiff-3.9.2/.cvsignore, tiff-3.9.2/build/.cvsignore, tiff-3.9.2/contrib/.cvsignore, tiff-3.9.2/contrib/acorn/.cvsignore, tiff-3.9.2/contrib/addtiffo/.cvsignore, tiff-3.9.2/contrib/dbs/.cvsignore, tiff-3.9.2/contrib/dbs/xtiff/.cvsignore, tiff-3.9.2/contrib/iptcutil/.cvsignore, tiff-3.9.2/contrib/mac-cw/.cvsignore, tiff-3.9.2/contrib/mac-mpw/.cvsignore, tiff-3.9.2/contrib/mfs/.cvsignore, tiff-3.9.2/contrib/pds/.cvsignore, tiff-3.9.2/contrib/ras/.cvsignore, tiff-3.9.2/contrib/stream/.cvsignore, tiff-3.9.2/contrib/tags/.cvsignore, tiff-3.9.2/contrib/win_dib/.cvsignore, tiff-3.9.2/html/.cvsignore, tiff-3.9.2/html/images/.cvsignore, tiff-3.9.2/html/man/.cvsignore, tiff-3.9.2/libtiff/.cvsignore, tiff-3.9.2/man/.cvsignore, tiff-3.9.2/port/.cvsignore, tiff-3.9.2/test/.cvsignore, tiff-3.9.2/tools/.cvsignore: New files.
  • Property mode set to 100644
File size: 538 bytes
Line 
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
24  cd microwin/src
25  cp config config.ship
26  cp Configs/config.rtems config
27  RTEMS_MAKEFILE_PATH=[build directory/prefix]/[target]/[rtemsbsp]/ \
28    make -f Makefile.rtems clean all
Note: See TracBrowser for help on using the repository browser.