

by: Rosimildo da Silva, Jan 14, 2001

Building SSF package
-------------------

  + Tools:

     + OS NT 4.0 SP6 ( Should work under windows )

     + Borland C++ 5.5 or higher - 
It is a free compiler for Win32 from Borland. 
You can download it from here:  
http://www.borland.com/bcppbuilder/freecompiler/


     + JDK 1.2+  -- java development kit


     + MySQL DB server running ( somewhere )...


  + Environment variables  

	  + Please the macro BCC_PATH to the location of your BCC32 compiler.

	  + set BCC_DEBUG if you want debug something.

Steps:

  + C++ 
	   cd src
	   make -f borland.mak
	   make -f borland.mak test

  + java 
	   cd src
	   make	-f borland.mak
	   make -f borland.mak test


All this assumes that you have a workable borland C++
toolset available. It is pretty nice and free.

Parts of LIBXML is used to handle URI stuff. 