VICI (c) 1999 by David Stes .  All Rights Reserved.

VICI is an Objective-C interpreter and debugger.

There has been, in the past, a Stepstone VICI interpreter, but I've never seen it, and this package shares no code with the Stepstone package.  

From what I've heard, the original VICI was a prototype for an interpreter for the Stepstone Objective-C compiler; this VICI package, on the other hand, shares a lot of code with the Portable Object Compiler, another pre-compiler for Objective-C.

LATEST VERSION
--------------

The latest version of VICI (and of the Portable Object Compiler) is at:

	http://metalab.unc.edu/pub/Linux/devel/lang/objc

COMPILING
---------

Be sure to compile the POC (the 'oclib' directory, specifically).  VICI is using the objects in the ../../src/oclib/oclib.a library.

If you don't have GNU readline on your system, configure as follows :

	./configure --without-readline
	
If VICI doesn't compile, check first whether you have ../oclib/oclib.a and
whether ./configure --without-readline helps.

EXAMPLE
-------

This directory contains a sample 'vicifile'.

Run vici by typing : ./vici

This will read commands from ./vicifile.

LICENSE
-------

Read the LICENSE file (the "GNU General Public License").



--
David Stes
Email: stes@pandora.be

