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/

      OR

      Visual C++ 6.0


   Initial support for GCC has been added. The library
compiles with GCC. The test program has not been updated.


     + 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++ 

    (a) Using Borland C++ compiler:

	   cd src
	   make -f borland.mak
	   cd ../tests
	   make -f borland.mak

   
    (b) Uisng MS-VC++ 6.0

       cd src
	   msdev ssf_vcpp.dsp /make
       cd ..\tests
	   msdev ssf_test.dsp /make


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


The java projects assumes that you have a workable Borland C++
toolset available. It uses the BOrland's make.

Parts of LIBXML is used to handle URI stuff.

All temporary libraries are created under a directory
$(TOP)/lib and the test program under $(TOP)/bin.


