README

January 3, 2019 ยท View on GitHub

ExtUtils::F77

Copyright(C) 2001 Karl Glazebrook karl_pgplot@mac.com

  1. Abstract

This module tries to figure out how to link C programs with Fortran subroutines on your system.

  1. Install

Run "cpanm ExtUtils::F77". To install cpanm, see https://metacpan.org/pod/App::cpanminus#INSTALLATION

If you would like to install manually:

Extract archive file. Change current directory to extraction directory (usually ExtUtils-F77-x.xx/ where "x.xx" is version number). Type "perl Makefile.PL" to create Makefile. Type "make" to build module. Type "make test" to test build. Type "make install" to install.

  1. How to use

See "perldoc ExtUtils::F77".

  1. Changes

See CHANGES file.

  1. Copyright

See COPYING file.

  1. See also

https://github.com/PDLPorters/extutils-f77 https://metacpan.org/pod/ExtUtils::F77 http://pdl.perl.org/