Parent Directories

/
software/

Directory qa

146512008-01-30 20:15:54text/plainChangeLog
69602005-10-03 11:58:06text/plainNEWS
6692005-10-03 12:03:46text/plainWHIRLPOOLSUMS
495071999-11-21 11:53:33application/x-tarqa-0.7.tar.gz
732522004-01-21 09:58:56application/x-tarqa-0.8.tar.gz
730312005-10-03 12:02:52application/x-tarqa-0.9.tar.gz
360592005-10-03 12:02:30text/htmlqa.html

This directory contains QA, some elisp and other files to ease QA tasks.
QA is released under the terms of the GNU General Public License.

QA requires EDB to be installed.  It has been tested w/ EDB 1.25.

	http://www.glug.org/people/ttn/software/edb/

------------------------------------------------------------------------------
To install, follow these steps:

(1) Unpack the distribution.

	gzip -dc qa-X.Y.tar.gz | tar xf -

(2) Configure for your system.

	cd qa-X.Y
	./configure	# default prefix is /usr/local

(3) Build the package.

	make

(4) Install.  This process copies qa.el to `lispdir', which is normally
    something like /usr/local/share/emacs/site-lisp.

	make install

    Additionally, these files are copied to these directories:

	file		directory
	----------	---------------
	data files	PREFIX/share/qa
	qa.info		PREFIX/info
	qa.html		PREFIX/share/qa

    To install qa.el in a different place, use `lispdir=DIR', like so:

	make install lispdir=/home/ttn/elisp

------------------------------------------------------------------------------
Address correspondance to Thien-Thi Nguyen <ttn@glug.org>.