=======================================
VDK 0.5.1 INSTALLING INSTRUCTIONS
=======================================
please report any comment or bug to:
mmotta@guest.net

=================================================
TO MAKE AND INSTALL FOR THOSE WITH SU PERMISSION:
=================================================
# copy to your home directory 
# the gzipped file: vdk_0_5_11.tar.gz
# untar it:

tar xvzf vdk_0_5_11.tar.gz

# if you have root permission
# go to VDK root dir and make it:

make 

# this will compile and install:
# core library vdk 0.5.11
# component library  0.3
# libs will be moved to /usr/local/lib

# headers will be copied to /usr/local/include/vdk
# will compile also testvdk examples and contributions

=============================
TO MAKE WITHOUT SU PERMISSION:
=============================

make library
make components

# have su permission

make install

# continuing without su permission

make testvdk
make contributions

=========
CLEANING
=========
#
make clean
# this will remove all obj's and libs from source tree

================
COMPILER OPTIONS 
================
you can change CFLAGS into ./src/Makefile and ./compo/Makefile:

'-g' flag will compile a static library with debug info
(be warned that lib size will be over 10 Mb)

'-DVDKDEBUG' flag will compile with additional debug info. 
(On exit executable will print on xterm object constr/destr informations)









