
Package: Pg2Xbase-2.0
Author: Piotr Klaban <makler@man.torun.pl>
Date: Aug 31, 1999
Last-Modified: Jul 12 2002

COMPILATION

There is a Makefile in this directory. To compile the programs
you need to type just:
	make

NOTE: Default installation directory is /usr/local/ for solaris
      but /usr/ for linux system.

If you want to have another standard name font encoding conversion table
(instead of the default /usr/local/share/pg2xbase/convenctable), type during the
compilation:
	make convtable=/another/directory/another_filename.table

INSTALLATION

To install the programs you just type:
	make install
and it should install into the /usr/local ($prefix) directory structure as:

	/usr/local/bin/pg2xbase
	/usr/local/bin/xbase2pg
	/usr/local/bin/xbaseconv
	/usr/local/bin/xbasenew
	/usr/local/man/man1/pg2xbase.1
	/usr/local/man/man1/xbase2pg.1
	/usr/local/man/man1/xbaseconv.1
	/usr/local/man/man1/xbasenew.1
	/usr/local/share/pg2xbase/convenvtable

To have another install directory (than the default /usr/local), type e.g.:
	make prefix=/usr/local/opt/pg2xbase install

