dxflib - Installation


LINUX
-----

Compile as described in the UNIX section 

UNIX 
----

1. Extract package with gzip -dc dxflib-xxxx.tar.gz | tar xvf - 

2. Run './configure'

3. Optionally run 'make depend'

4. Run 'make' 

5. Run 'make install' or copy libdxf.a and the header files to 
   the default locations for library and include files. 

6. Optional: run 'make demo' to compile the demo application


WINDOWS XX
----------

1. Extract package: unzip 'dxflib-xxxx.zip' 

2. Users of gcc or other commandline based compilers with make support
   continue as in Unix example 

