summaryrefslogtreecommitdiff
path: root/glpk-5.0/w64/readme.txt
diff options
context:
space:
mode:
authorPasha <pasha@member.fsf.org>2023-01-27 00:54:07 +0000
committerPasha <pasha@member.fsf.org>2023-01-27 00:54:07 +0000
commitef800d4ffafdbde7d7a172ad73bd984b1695c138 (patch)
tree920cc189130f1e98f252283fce94851443641a6d /glpk-5.0/w64/readme.txt
parentec4ae3c2b5cb0e83fb667f14f832ea94f68ef075 (diff)
downloadoneapi-master.tar.gz
oneapi-master.tar.bz2
simplex-glpk with modified glpk for fpgaHEADmaster
Diffstat (limited to 'glpk-5.0/w64/readme.txt')
-rw-r--r--glpk-5.0/w64/readme.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/glpk-5.0/w64/readme.txt b/glpk-5.0/w64/readme.txt
new file mode 100644
index 0000000..0e0df14
--- /dev/null
+++ b/glpk-5.0/w64/readme.txt
@@ -0,0 +1,24 @@
+This directory contains batch files and other stuff which you can use
+to build GLPK for 64-bit Windows with the native C/C++ compilers.
+
+Before running the batch file do the following:
+
+1. Make sure that you have installed the compiler you are going to use
+ to build GLPK.
+
+2. Look into corresponding batch file (just right-click it and choose
+ 'Edit' in the popup menu; DO NOT choose 'Open'). Make sure that HOME
+ variable specifies correct path to the compiler directory; if not,
+ make necessary changes.
+
+To run the batch file just double-click it and wait a bit while the
+Make utility does its job. The message 'OPTIMAL SOLUTION FOUND' in the
+MS-DOS window means that all is OK. If you do not see it, something is
+wrong.
+
+Once GLPK has been successfully built, there must appear two files in
+this directory:
+
+glpk.lib, which is the GLPK object library, and
+
+glpsol.exe, which is the stand-alone GLPK LP/MIP solver.