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
Examples
Once you have built and installed the library, you can build and run the examples.
cd examples make