Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.05 KB

Readme.md

File metadata and controls

27 lines (19 loc) · 1.05 KB

Eiffel Plplot Library

Wrapped using WrapC tool.

A library that enable to use plplot from Eiffel code. Currently only working on Windows and tested with version Plplot 5.15.0

Installation

Windows

Tested with Microsoft VisualC compiler on 64 bits.

  git clone https://github.com/eiffel-wrap-c/wrap_plplot wrap_plplot
  cd wrap_plplot

Building Plplot

Look at Building_PLplot to obtain generic build instruction and then build Plplot with VisualStudio

Then setup the following environment variables

  PLPLOT_HOME :  path to plpot home directory: example `C:\Program Files (x86)\plplot`.
  PLPLOT_DRV_DIR: path to plplot drivers directory: example `%PLPLOT_HOME%\lib\plplot5.15.0\drivers`.
  PLPLOT_LIB: paht to plot library directory: example: `%PLPLOT_HOME%\share\plplot5.15.0`.