Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 87682cd952d919324b3a8c179c71b7df > files > 36

libqwt0-devel-0.3.0-3mdk.i586.rpm

Installation
============

Build
-----

Qwt comes with preconfigured makefiles for various Unix/X-Windows architecture
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