el archivo README es:
$Id: README,v 1.3 2005/05/15 18:13:56 efalk Exp $
Geodesic dome design programs
    A small suite of programs to help you design a geodesic dome.
    The main program, 'dome' is the heart of the package.  This
    interactive 3d cad program allows you to create, reshape, and edit
    your dome.  Domes are saved in a simple file format which can be
    easily processed by other programs.
    Included with the dome editing program are some command-line
    (non-interactive) post-processing programs:
    dome_struts:  generate a strut cutting list from a dome file
    dome_layout:  generate an assembly diagram from a dome file
    dome_cover:   generate diagrams for making a fitted cover
    dome_3ds:     generate 3-D Studio file from a dome file
    Each program is designed for a specific task, and not much work
    was put into a fancy user interface, so you should read the
    instructions carefully in order to use them.
HOW TO BUILD
    dome requires OpenGL and glut.  Once these are installed, modify
    Makefile as necessary and type "make", or "make install" to put the
    binaries into /usr/local.
    dome_3ds requires lib3ds (available at 
http://lib3ds.sourceforge.net).
    Once this is installed, modify Makefile as necessary and type "make",
    or "make install" to put the binaries into /usr/local.
    dome_struts, dome_layout, and dome_cover do not require any special libraries.