README
January 3, 2019 ยท View on GitHub
ExtUtils::F77
Copyright(C) 2001 Karl Glazebrook karl_pgplot@mac.com
- Abstract
This module tries to figure out how to link C programs with Fortran subroutines on your system.
- 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.
- How to use
See "perldoc ExtUtils::F77".
- Changes
See CHANGES file.
- Copyright
See COPYING file.
- See also
https://github.com/PDLPorters/extutils-f77 https://metacpan.org/pod/ExtUtils::F77 http://pdl.perl.org/