Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Installation

Build

Qwt comes with preconfigured makefiles for various Unix/X-Windows architectures and Microsoft Windows compilers. The makefiles have been generated with tmake version 1.6. Copy the makefile for the appropriate architecture from the "makefiles" directory to Qwt's root directory, then run make to compile (or nmake for MSVC++).

Install

On unix, after compiling, you can install the libqwt.* files found in Qwt's root directory, and all files in the include subdirectory. Example:
  mv libqwt.* /usr/local/lib
  mkdir /usr/local/include/qwt
  cp include/* /usr/local/include/qwt 
Don't forget to run 'ldconfig' if necessary.

Examples

Once you have built and installed the library, you can build and run the examples.
  cd examples
  make 


Generated at Thu Dec 14 00:27:22 2000 for Qwt User's Guide by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000