From 936840ef722ad3f1ad2b1693649a0ad8303d3123 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Sun, 7 Sep 2003 17:18:40 +0000 Subject: [PATCH] *** empty log message *** --- tools/templates/f77/README_unix.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tools/templates/f77/README_unix.txt diff --git a/tools/templates/f77/README_unix.txt b/tools/templates/f77/README_unix.txt new file mode 100644 index 000000000..15dea15c7 --- /dev/null +++ b/tools/templates/f77/README_unix.txt @@ -0,0 +1,19 @@ + +Unix / linux / cygwin / Mac OS X Build Procedure +================================================ + +This demo program can be built using any compatible C++ and Fortran 77 +compilers. A Makefile 'demo.mak' compatible with the GNU make utility +is provided. This file is produced when Cantera is built, and +specifies the same compilers and options used to build Cantera +itself. The include and library directories are also set to those +locations where these files were installed during the Cantera +installation procedure. If any of these parameters should be changed, +simply edit demo.mak before running it. + +To build the demo program, type: + +make -f demo.mak + +To build your own application, simply edit demo.mak to specify your +source files.