This the README file for Do178Builder
-------------------------------------

Do178Builder is a software tool which runs on *NIX or Win32.  It helps you
to manage development projects which create airborne software, and to build
DO-178B documentation for those projects.  Do178Builder is written and
copyrighted by Ronald Burkey (info@birdsproject.org), but is available as free
software licensed under the GNU General Public License (GPL).  A copy of the GPL
(entitled "COPYING") should be present, but if not may be obtained from www.fsf.org.

The home page for Do178Builder is www.do-178b.org.

What's in this directory:
*.h, *.cpp		Source files.
Do178Builder.proj	A Red Hat Source Navigator project file.  (If you don't want
			to use Source Navigator, which is an IDE, you can just
			ignore this.)
Do178Builder.wdr	A wxDesigner project.  wxDesigner is a RAD tool used to create
			the wxWindows-based GUI.  You don't need either this file
			or wxDesigner to recompile Do178Builder, but you will want
			them if the GUI is modified.
Makefile		Makefile for *NIX.
MakefileWin32		Makefile for Win32.
Do178Builder.rc		Some nonsense thing needed to compile on Win32.
COPYING			A copy of the GPL.
graphics (directory)	Various graphics that have been incorporated into the GUI.
			They have been incorporated into the file Do178Builder_wdr.cpp
			by wxDesigner and are no longer directly needed.  They are
			retained in case drastic changes to the GUI need to be made
			at some future time.

To build Do178Builder, the GNU gcc (*NIX) or mingw32 (Win32) C++ compiler is
required.  Also, the wxWindows GUI framework (available at www.wxwindows.org) is
needed.

For more information, please view the documentation available at
www.do-178b.org.



