Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 1 and Version 2 of Projects/GraphicsToolkit


Ignore:
Timestamp:
01/23/10 03:13:18 (14 years ago)
Author:
JoelSherrill
Comment:

/* Building The Kit */ Add do_it details

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GraphicsToolkit

    v1 v2  
    2929
    3030
    31 Use the script "do_it" in the top directory.
     31Use the script "do_it" in the top directory.  It tries to build every currently support component for a specific BSP and install it with as little user intervention as possible.  This is its help:
     32
     33{{{
     34$ ./do_it -?
     35./do_it: illegal option -- ?
     36do_it [options]
     37  -A - build and install all libraries
     38  -j - build JPEG support (default=no)
     39  -p - build PNG support (default=no)
     40  -t - build TIFF support (default=no)
     41  -1 - build Adobe Type 1 font support (default=no)
     42  -T - build Truetype font support (default=no)
     43  -n - build Microwindows/Nano-X support (default=no)
     44  -f - build FLTK support (default=no)
     45  -c - clean after building (default=no)
     46  -v - verbose
     47
     48NOTES:
     49  + Use of each option toggles the setting.  For example, \"-v -v -A -1\"
     50    results in verbose=no and all steps done except Type 1 fonts.
     51  + RTEMS_MAKEFILE_PATH must be set.
     52  + By default, nothing is built.
     53}}}
     54
     55A sample invocation is shown below:
     56
     57{{{
     58RTEMS_MAKEFILE_PATH=/home/joel/rtems-4.10-work/bsp-install/i386-rtems4.10/pc386/ ./do_it -A
     59}}}
    3260= Component Details =
    3361