[rtems-graphics-toolkit commit] Updated readmes and such

Gedare Bloom gedare at rtems.org
Tue Dec 24 15:24:16 UTC 2013


Module:    rtems-graphics-toolkit
Branch:    master
Commit:    64130b9ad095ff59e53fc355ba2eba4058a5c683
Changeset: http://git.rtems.org/rtems-graphics-toolkit/commit/?id=64130b9ad095ff59e53fc355ba2eba4058a5c683

Author:    Alexandru-Sever Horin <alex.sever.h at gmail.com>
Date:      Mon Aug 20 16:21:12 2012 +0300

Updated readmes and such

---

 ORIGIN |   13 +++++--------
 README |   36 +++++++++++++++++++++++-------------
 TODO   |    5 +----
 3 files changed, 29 insertions(+), 25 deletions(-)

diff --git a/ORIGIN b/ORIGIN
index d245e23..ad8d654 100644
--- a/ORIGIN
+++ b/ORIGIN
@@ -2,16 +2,13 @@
 # $Id$
 #
 
-libjpeg      - (v7)     http://www.ijg.org/
-libtiff      - (v3.6.2) http://www.libtiff.org/
-libpng       - (1.2.42) http://www.libpng.org/pub/png/libpng.html
-libfreetype  - (2.3.11) http://freetype.sourceforge.net/index2.html
+libjpeg      - (v8d)    http://www.ijg.org/
+libtiff      - (v4.0.2) http://www.libtiff.org/
+libpng       - (1.5.12) http://www.libpng.org/pub/png/libpng.html
+libfreetype  - (2.4.10) http://freetype.sourceforge.net/index2.html
 libt1        - (5.1.2)  http://www.t1lib.org/
 svgalib      - (1.4.3)  http://svgalib.org/
-fltk         - (1.1.10) http://www.fltk.org
-
-FLTK
-  svn co http://svn.easysw.com/public/fltk/fltk/branches/branch-1.3/ fltk-1.3
+fltk         - (1.3.0)  http://www.fltk.org
 
 Microwindows/Nano-X
   git clone git://microwindows.org/microwin
diff --git a/README b/README
index 5e246dd..bb1433d 100644
--- a/README
+++ b/README
@@ -16,18 +16,24 @@ RTEMS configuration should meet the following requirements:
 Additionally, your BSP should have a framebuffer and pointing device
 (e.g. mouse, touch screen, etc).  This is an area where RTEMS and
 this kit needs improvement on configuration but the basics are in place.
+Also, to work with current version of Microwindows/nano-X, 
+the framebuffer driver must be initialized in packed pixel mode
 
 The ./do_it script has the following parameters:
 
     do_one [options]
-      -A - build and install all libraries
-      -j - build JPEG support (default=no)
-      -p - build PNG support (default=no)
-      -t - build TIFF support (default=no)
-      -1 - build Adobe Type 1 font support (default=no)
-      -T - build Truetype font support (default=no)
-      -c - clean after building (default=no)
-      -v - verbose
+       -A - build and install all libraries
+       -j - build JPEG support (default=no)
+       -p - build PNG support (default=no)
+       -t - build TIFF support (default=no)
+       -1 - build Adobe Type 1 font support (default=no)
+       -T - build Truetype font support (default=no)
+       -n - build Microwindows/Nano-X support (default=no)
+       -x - build Microwindows/Nano-X NXLib support (default=no)
+       -f - build FLTK support (default=no)
+       -c - clean after building (default=no)
+       -s - use sudo for make install (default=no)
+       -v - verbose
 
     NOTES:
       + Use of each option toggles the setting.  For example, \"-v -v -A -1\"
@@ -46,12 +52,16 @@ RTEMS_MAKEFILE_PATH=${HOME}/rtems-4.10-work/bsp-install/i386-rtems4.10/pc386/ \
 The CFLAGS and target information are automatically gathered from the
 install Makefile information.  This is used to properly configure
 and install the desired graphics support libraries.
+This command also builds Microwin/Nano-X and NXLib which must be fetched from 
+external repository.
 
-After installing this, you can proceed to building Microwin/Nano-X.  It
-is expected that this will be integrated into a future revision of the
-Graphics Toolkit.  We hope to add other libraries like SVGAlib and
-FLTK in the future.  This is definitely an area in which users can 
-contribute.
+To be able tu build tests for FLTK package, users must not clean microwindows,
+as it uses for initializations the object files from the aformentioned package.
+
+After installing this, you can proceed to building Microwin/Nano-X. 
+It is expected that this will be integrated into a future revision of the
+Graphics Toolkit.  We hope to add other libraries like SVGAlib in the future.  
+This is definitely an area in which users can contribute.
 
 --joel
 
diff --git a/TODO b/TODO
index 76ab91b..c0601d4 100644
--- a/TODO
+++ b/TODO
@@ -30,7 +30,4 @@ Nano-X
   more generic -- like weak symbols or something with default implementations
   on non-x86 architectures.
 
-FLTK
-====
-+ We will probably have to have a subset of X11R6 header files installed as well
-  as nxlib before this will work.
+  
\ No newline at end of file




More information about the vc mailing list