Welcome to LXlogo.                http://lxlogo.sourceforge.net

LXlogo is a modern implementation of the classic turtle logo
environment, which allows students to enter commands to move
a "turtle" around the screen and draw pictures.  Students can
then move on and write their own logo programs to create 
interesting graphics and animations.



SYSTEM REQUIREMENTS AND DEPENDENCIES

- Unix/linux 
- X windows (X11).  LXlogo uses xedit(1) as the interactive code editor.
No other library dependencies.



BUILDING LXLOGO

Go into the ./src directory.

Default location for X11 and the default print command are specified
in the Makefile.  Adjust if needed, then type:   make
This will build the lxlogo, getgui, and renderd executables.



RUNNING LXLOGO

Go into the ./examples directory and type: lxlogo

You can also run a specific logo codefile like this:  lxlogo spiral


DOCUMENTATION

For documentation please use the LXlogo web site  http://lxlogo.sourceforge.net
