Open Tax Solver - Sources Package
---------------------------------

Unix/Linux:
 To build the binaries in the bin/ directory:
    Build_taxsolve_packages_LINUX.sh   ( this command creates the bin/ directory)
 To run the GUI:
    Run_taxsolve_GUI_Unix.sh

MS-Windows:
 Pre-compiled executables are normally in bin\ directory.
    However to build (MinGW is recommended), execute src\Make_MinGW.bat,
    then src\GUI\Make_MinGW.bat.
 To run the GUI:
    Run_taxsolve_GUI_mswin.bat

General:
Example tax-data files and starting templates are included under
the examples_and_templates directory.  For each filer, save filled-out 
template to a new name, such as "fed1040_2005.dat".  After filling-in the
lines, then run the tax solver on it.  From the GUI, this is done by
pressing buttons.
Or solvers can be run from the command-line, for example, as:
  bin/taxsolve_usfed1040_2005  Fed1040_2005.dat
Where "Fed1040_2005.dat" is the name of -your- tax-data file, which
you can edit with your favorite text-editor to fill it in or print
it out.  Output results are saved to .out files (eg. Fed1040_2005.out),
and can be printed out directly too.

For updates and further information, see:
        http://sourceforge.net/projects/opentaxsolver/
Documentation:
        http://opentaxsolver.sourceforge.net/

Directory Structure:
OpenTaxSolver2005_src   ......................................       25.246-KB
   |-- src   .................................................      211.079-KB
   |   |-- GUI   .............................................      138.633-KB
   |       |-- otk_lib   .....................................      266.071-KB
   |-- examples_and_templates   ..............................       49.152-KB
   |   |-- US_1040   .........................................       20.946-KB
   |   |-- US_1040_Sched_C   .................................       12.636-KB
   |   |-- VA_760   ..........................................       10.860-KB
   |   |-- PA_40   ...........................................       11.556-KB
   |   |-- OH_1040   .........................................       14.958-KB
   |   |-- NY_IT201   ........................................       14.608-KB
   |   |-- NJ_1040   .........................................       13.971-KB
   |   |-- NC_400   ..........................................       12.292-KB
   |   |-- MA_1   ............................................       13.379-KB
   |   |-- CA_540   ..........................................       13.150-KB
   |-- bin   .................................................        8.192-KB

16 Directories.
Total Space Used = 0.836729-MB


Cygwin Users:
 Install the optional cygwin packages:  gcc, make, xorg-x11-*


Known Issues:
-------------
	 The taxsolve_routines.c should probably have its own header file so the
   object file only needs to be compiled once.

---------------------------------------------------------------------------------
Aston Roberts (aston_roberts@yahoo.com)
File Organization and Makefiles by: Krish Krothapalli, David Masterson, & Jesse Becker
Programs contain contributions by many others.  See OTS credits webpage.
