nuttx-apps/graphics/traveler/tools/tcledit
2016-11-09 13:40:46 -06:00
..
.gitignore Traveler: First dirty conversion of the TCL/X11 world editor 2016-11-09 11:14:35 -06:00
colors.html Traveler: First dirty conversion of the TCL/X11 world editor 2016-11-09 11:14:35 -06:00
Imakefile Don't include from Nuttx/include as system files. Need real platform files. config.h is an issue. 2016-11-09 13:40:46 -06:00
README.txt More name changes + compilation fixes 2016-11-09 13:16:33 -06:00
tcl_colors.h Traveler: First dirty conversion of the TCL/X11 world editor 2016-11-09 11:14:35 -06:00
tcl_edit.c Beginning the long process of name changes 2016-11-09 11:54:33 -06:00
tcl_edit.tk Traveler: First dirty conversion of the TCL/X11 world editor 2016-11-09 11:14:35 -06:00
tcl_x11graphics.c More name changes 2016-11-09 12:29:30 -06:00
tcl_x11graphics.h Fix a few compile issues. 2016-11-09 11:37:17 -06:00

Build instuctions:

  At the time of 'make', you must have a valid Traveler configuration instantiated
  in the NuttX directory.  This is because the build will depend on certain
  configurations (such as color format).

    1. cd nuttx/tools
       ./configure.sh sim/traveler (for example)
    2. cd ..
       tools/sethost.sh -w or -l
       make context

  Then you can use xmfmk to create the Makefile and build the tool:

    3. cd apps/graphics/traveler/tools/tcledit
    4. Review Imakefile.  You will probabaly to to change the APPDIR and TOPDIR paths
       a minimum.  These are the paths to where you have clones the apps/ repository
       and the nuttx/ repositories, respectively.
    5. xmfmk
    6. make