aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2020-12-07 10:47:26 -0500
committerJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2020-12-07 10:47:26 -0500
commit90a03f0f871e8d68d25a9b8bef36a9838c2f5bf5 (patch)
tree8ccec6eb0f0533a0e9c1c128eefbbf801201ddd1
parenta1eb0b0e024f57d1a9ab3ac8dac982fd9dc366e2 (diff)
downloadclp_fortran-90a03f0f871e8d68d25a9b8bef36a9838c2f5bf5.tar.gz
clp_fortran-90a03f0f871e8d68d25a9b8bef36a9838c2f5bf5.zip
Fixed two links to DLL downloads
-rw-r--r--clp-dll/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/clp-dll/README.md b/clp-dll/README.md
index 6f67fa6..f1fc5f9 100644
--- a/clp-dll/README.md
+++ b/clp-dll/README.md
@@ -6,11 +6,11 @@ The COIN Linear Programming libraries are distributed as Windows DLLs that have
The binaries for the Clp library and required dependencies can be downloaded from:
-https://bintray.com/coin-or/download/Cbc
+<https://bintray.com/coin-or/download/Cbc>
The page lists multiple builds corresponding to different platforms and compiler versions. For simplicity and interoperability, the proper archive to download for Windows 10 64-bit is:
-**Cbc-refactor-win64-msvc16-md.zip**
+**[Cbc-refactor-win64-msvc16-md.zip](https://bintray.com/coin-or/download/download_file?file_path=Cbc-refactor-win64-msvc16-md.zip)**
The version of the compiler (*msvc16*) does help indicate on what versions of Windows the libraries will work. If Windows 7 compatibility is necessary, an older archive (*msvc14*) might be superior.