
  LIBWBXML2 INSTALLATION OVERVIEW
  
  Dependencies
  ------------
  
    - The wbxml2 library doesn't need external libraries.
    - The wbxml2_conv library needs this external library:
        - Expat (http://expat.sourceforge.net)
  
    The Win32 binary of expat is in: "/win32/expat"
                                 

  Linux
  -----

    Generate all the makefiles and build the necessary scripts (chmod 755 if not already done)
    $ ./bootstrap

    If you want to obtain an rpm do:
    $ make dist
    $ rpmbuild -ta wbxml*.tar.gz

    If you do not use rpm, just make the project as usual:
    $ make all
    $ make install
    $ make clean

    WARNING: If you have problems compiling on Linux, it may be a 'CR LF' problem. 
             Try changing all 'CR LF' to 'LF'.

  Windows
  -------
  
     Just open the 'win32/libwbxml.dsw' VC++ workspace, and build:
     
        - libwbxml2.dll : Main WBXML engine - Parser and Encoder (standalone library)
        - libwbxml2_conv.dll : WBXML <=> XML converters library (needs Expat and libwbxml2)
        - wbxml2xml.exe : WBXML to XML converter tool
        - xml2wbxml.exe : XML to WBXML converter tool
