aboutsummaryrefslogtreecommitdiff
path: root/plotlib/win32/Readme-win32
diff options
context:
space:
mode:
Diffstat (limited to 'plotlib/win32/Readme-win32')
-rw-r--r--plotlib/win32/Readme-win3216
1 files changed, 16 insertions, 0 deletions
diff --git a/plotlib/win32/Readme-win32 b/plotlib/win32/Readme-win32
new file mode 100644
index 0000000..c3fb339
--- /dev/null
+++ b/plotlib/win32/Readme-win32
@@ -0,0 +1,16 @@
+
+Make the plotlib under Windoze:
+
+ You need Visual C and either the Compaq Visual Fortran compiler or the Intel
+ Fortran compiler. You should check the options in Makefile.NT to ensure that
+ they match your system. The supplied files match the Intel Fortran compiler.
+
+ Compile and link with command in DOS window:
+ C:\Xfoil\plotlib: cd win32
+ C:\Xfoil\plotlib\win32: nmake /f Makefile.NT
+
+ This places all the .obj files in the win32 directory and copies libPltxx.lib
+ to the parent plotlib directory.
+
+ Alternatively you could load all the files into a Visual Studio project and
+ create the library that way.