REQUIREMENT
-----------
	software
	--------
	LINUX : 
	SDL version 1.2.0 and up perhaps 1.0 works but it havent been tested
	GCC version 2.95.2 or up.
	Cinag is developped with GCC 3.2.0

	WINOWS :
	VisualC++ 6.0 and libsdl 1.2.0 and up      

BUILD
-----
LINUX :
in the cinag directory do : 
   make 
and wait a minute. that is all.

WINDOWS : 
open the VC++ 6.0 workspace and build it !


HOW TO MAKE A CHESS.DB FILE
---------------------------
In the cinag dir :
   make
it will compile all the utility to create db
Now, you must convert the pgn chess game file you wants to insert in
the database. Do :
   cd ./utils/db
   ./convert input_file.pgn output_file.cdb
The CDB game file created must now be inserted in the chess.db. To do
that do :
   ./insert input_file.cdb
And That's all ! it will create the chess.db database file.
When you have inserted all the game file you wants in chess.db just do
   ./cp chess.db ../../db/chess.db

WHAT IS A PGN CHESS GAME FILE
-----------------------------
This kind of file can be found on the Internet and contain chess game
in human readable style. Just an example :

[Event "IBM Kasparov vs. Deep Blue Rematch"]
[Site "New York, NY USA"]
[Date "1997.05.11"]
[Round "6"]
[White "Deep Blue"]
[Black "Kasparov, Garry"]
[Opening "Caro-Kann: 4...Nd7"]
[ECO "B17"]
[Result "1-0"]

1.e4 c6 2.d4 d5 3.Nc3 dxe4 4.Nxe4 Nd7 5.Ng5 Ngf6 6.Bd3 e6 7.N1f3 h6
8.Nxe6 Qe7 9.O-O fxe6 10.Bg6+ Kd8 11.Bf4 b5 12.a4 Bb7 13.Re1 Nd5
14.Bg3 Kc8 15.axb5 cxb5 16.Qd3 Bc6 17.Bf5 exf5 18.Rxe7 Bxe7 19.c4 1-0

COPYING
-------
Cinag is under the GNU GPL license

WEB
---
http://cinag.sf.net
sauron@webmails.com
