Using an installer version for each of the supported compiler systems, e.g., lGrWn0999be-XXX.exe with XXX the abbreviation for a supported compiler system name, the files shown below are installed in suitable folders, while all the files for the supported compiler systems are compressed by tar+gzip in lGrWn0999be.tgz and lGrWn0999be.exe is the installer version of it. The installation of GrWin is quite easy if you use one of the installer packages and can be finished by answering to some dialogs appearing in the installation process. If you uncompressed the lGrWn0999be.tgz file you should do another installation procedures yourself by moving/copying files into suitable folders, setting the PATH environment variable, etc. If you select more than one system executing the all-in-one installer lGrWn0999be.exe you should do the PATH setting because all the executables, batch files and other files they should be on the PATH are installed in a folder, the GrWin folder. It is strongly recommended that you use one of the installer versions of packages other than the all-in-one type unless you use more than one compiler system on a computer to make GrWin applications.
A Brief summary of the files to be installed is shown below being classified with installation folders, where {F77}, {CC} and {CPP} in batchfile names should read as corresponding abbreviated command names for FORTRAN, C and C++, respectively, under the selected supported compiler system:
| ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
* GNU = MinGW, cygwin, uwin, mingw32m, mingw32, ctgb20 |
File name | Contents |
---|---|
README.html | README file in HTML |
README.txt | README file as plain text |
lGrWn0999b.html | User's Manual in HTML |
lGrWn0999b.txt | User's Manual as plain text |
f77chk.txt | a brief note for f77chk, a bundled source code checker for Fortran 77 |
demo\ | a directory including source code for examples using GrWin |
pgplot\ | a directory including files that are necessary to run PGPLOT applications and source code for the original PGPLOT demos |
lGrWn0999b-XXX.iss | the source file for the installer used |
unins000.exe | the executable for the uninstaller itself |
unins000.dat | data file used by the uninstaller |
GrWin.ico | icon file used by the uninstaller |
File name | Contents |
---|---|
grwnd.exe | the graphics engine of GrWin |
grwnd.ini | a default .ini file for grwnd.exe |
f2c.exe | the executable for f2c |
f77chk.pl | the perl script for f77chk |
library.def | a definition file for f77chk |
gw{F77}.bat | a sample batch file to create an executable from Fortran source file(s). |
gw{CC}.bat | a sample batch file to create an executable (CUI) from C source file(s). |
gw{CC}w.bat | a sample batch file to create an executable (GUI) from C source file(s). |
gw{CPP}.bat | a sample batch file to create an executable (CUI) from C++ source file(s). |
gw{CPP}w.bat | a sample batch file to create an executable (GUI) from C++ source file(s). |
gwf2{CC}.bat | a sample batch file to create an executable from Fortran source file(s) using f2c with the {CC} compiler. |
pggw{F77}.bat | a sample batch file to create an executable linked with the PGPLOT library from Fortran source file(s) |
pggw{CC}.bat | a sample batch file to create an executable (CUI) linked with the PGPLOT library from C source file(s). |
pggw{CC}w.bat | a sample batch file to create an executable (GUI) linked with the PGPLOT library from C source file(s). |
pggwf2{CC}.bat | a sample batch file to create an executable linked with the PGPLOT library from Fortran source file(s) using f2c with the {CC} compiler. |
Library name | Contents |
---|---|
GrWin | the main library of GrWin |
GrWin0 | the same as GrWin except that this does not include Calcomp compatibles. |
calcomp | Calcomp compatible library (requisite: GrWin0) |
pgplot | PGPLOT library (requisite: GrWin) |
cpgplot | PGPLOT library for C (requisite: pgplot + GrWin) |
f2c | f2c library |
File name | Contents |
---|---|
GrWin.h | a header file for the GrWin library |
cpgplot.h | a header file for the PGPLOT library |
f2c.h | a header file for the f2c library |
Last modified: Tue Jun 24 23:56:22 JST 2003