Installation

The installation is currently hard wired. There is no support for the GNU auto-tools (automake or autoconf). The whole `configuration' is done by the user. You have to edit ezV24_conf.h. For the moment, that's all.

To compile and install the libary, just unpack the archive (you may have done this ;) and execute the following steps:

  1. compile the library by typing `make'. The result should be a executable shared library named `libezV24.so.*'.

        make
      

  2. become root and install the library and the header files. This call will update you ldd-cache too! Note that this doen's install the html documentation! I'm not shure where to install it, so you can put it into your prefered directory.

        su
        make install
        exit
      

  3. Now you have the `ezV24'-library installed. The last (optional) step is to compile the sample program.

        make test-v24
      

    The result is a small executable test-v24. To see what test-v24 do, you must have a look into the source code.

Alphabetic index



This page was generated with the help of DOC++.