	*****************************************************
	* Compror: on-line compression with a factor oracle *
	* Version 2.1                                       *
	* Authors: Arnaud Lefebvre and Thierry Lecroq       *
	*          Universite de Rouen, FRANCE              *
	* E-Mail: arnaud.lefebvre@univ-rouen.fr             *
	*****************************************************

/************************************************************************************
        Compror: a new experimental data compression software.
        Copyright (C) 2001  Arnaud Lefebvre and Thierry Lecroq

        This program is free software; you can redistribute it and/or
        modify it under the terms of the GNU General Public License
        as published by the Free Software Foundation; either version 2
        of the License, or (at your option) any later version.

        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.

        You should have received a copy of the GNU General Public License
        along with this program; if not, write to the Free Software
        Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
************************************************************************************/

	
***************	
* PLEASE CITE *
***************
	A. Lefebvre and T. Lecroq
	Compror: compression with a factor oracle
	Data Compression Conference
	IEEE Computer Society
	pp 502, Snowbird, Utah, 2001

	A. Lefebvre and T. Lecroq.
	Computing repeated factors with a factor oracle.
	In L. Brankovic and J. Ryan, editors, Proceedings of the
	11th Australasian Workshop On Combinatorial Algorithms,
	pp 145--158, Hunter Valley, Australia, 2000.

	C. Allauzen, M. Crochemore, and M. Raffinot.
	Factor oracle: a new structure for pattern matching.
	In J.~Pavelka, G.~Tel, and M.~Bartosek, editors,
	SOFSEM'99, Theory and Practice of Informatics,
	Milovy, R\'epublique Tch\`eque, LNCS 1725, pp. 291--306, 1999


****************
* Installation *
****************
	just type ./install

*********
* Usage *
*********
	for compression:
		./compror -c[h][p] inputFile outputFile

	for uncompression:
		./compror -x inputFile outputFile

	for help:
		./compror --help
