Baseball Scoreboard
Michael Checca <mchecca@gmail.com>
Copyleft 2011
Baseball Scoreboard makes it easy to keep track of your team throughout the season. It also keeps track of individual player stats as well.
Currently, it is in its very early alpha stage.
Compiling
To compile, you must have the Qt SDK installed. Then, qmake 'BaseballScoreboard.pro' will generate a Makefile, in which just 'make' will build the program.
Documentation
The documentation for Baseball Scoreboard is managed by Doxygen. Running 'doxygen' will read the Doxyfile and place the documentation in the 'html' folder.