https://github.com/arjenmarkus/plplot-windows-bin
Provide a binary distribution for PLplot on Windows, even if only ad hoc and limited to Fortran
https://github.com/arjenmarkus/plplot-windows-bin
plotting plplot plplot-bindings
Last synced: 10 months ago
JSON representation
Provide a binary distribution for PLplot on Windows, even if only ad hoc and limited to Fortran
- Host: GitHub
- URL: https://github.com/arjenmarkus/plplot-windows-bin
- Owner: arjenmarkus
- License: lgpl-3.0
- Created: 2018-09-05T07:09:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T04:31:30.000Z (over 7 years ago)
- Last Synced: 2025-03-27T16:37:57.657Z (10 months ago)
- Topics: plotting, plplot, plplot-bindings
- Language: Fortran
- Homepage:
- Size: 2.5 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plplot-windows-bin
Provide a binary distribution for PLplot on Windows, even if only ad hoc and limited to Fortran
# PLplot, version 5.13.0
Binary distribution for Windows and Intel Fortran of PLplot.
## Official website
http://plplot.sf.net
## Usage
```
fortpl.bat options source-file.f90
```
Compile (and link) the program, include directory with
module intermediate files as well as library for PLplot
automatically added
```
plplot_vars.bat
```
Set environment variables for running programs using PLplot
## Build
The libraries were built with MSVC++ version 18 (2013), 64 bits
and Intel Fortran 2015.
Build type: Release.
Tested with both Intel Fortran 2015 and 2017.
## Contents
```
Directories:
\bin - DLLs and drivers (created with Intel Fortran 2015,
Release mode)
\data - font and palette files used by PLplot
\doc - HTML-file pointing to the official site
\examples - source code for the standard examples (Fortran only)
\include - module intermediate files (created with Intel Fortran 2015)
\lib - import libraries for the link step
Batch files:
plplot_vars.bat - set the environment variables for running Fortran
programs that use PLplot
fortpl.bat - auxiliary batch file to help with compiling and
linking such programs
```
## Installation procedure
* Select the directory in which to install the files
* The batch files are automatically updated
## Examples
The examples use a library called `plfortrandemolib`, it has to be
compiled first.