aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2021-01-13 14:05:28 -0500
committerJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2021-01-13 14:05:28 -0500
commitf94fb3106230f505cc84ca0122f13a37ccd82827 (patch)
treeec69c7990086ee056d8ba979df24c156031d8882
parentbb2494a9b3b7bbd23d49d9000b4ec899a59eedec (diff)
downloadclp_fortran-f94fb3106230f505cc84ca0122f13a37ccd82827.tar.gz
clp_fortran-f94fb3106230f505cc84ca0122f13a37ccd82827.zip
Improved download links for pre-built Windows binaries.
-rw-r--r--clp-dll/README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/clp-dll/README.md b/clp-dll/README.md
index f1fc5f9..672be13 100644
--- a/clp-dll/README.md
+++ b/clp-dll/README.md
@@ -6,14 +6,16 @@ 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/master>
-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:
+The page corresponds to the *master* branch of Clp library development and lists multiple builds corresponding to different platforms and compiler versions. For simplicity and interoperability, the proper archive to download for Windows 10 64-bit from the master branch is:
-**[Cbc-refactor-win64-msvc16-md.zip](https://bintray.com/coin-or/download/download_file?file_path=Cbc-refactor-win64-msvc16-md.zip)**
+**[Cbc-master-win64-msvc16-md.zip](https://bintray.com/coin-or/download/download_file?file_path=Cbc-master-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.
+To select a specific release version, go to the [Bintray project page](https://bintray.com/coin-or/download/Cbc) and select "View All" under the "Versions" heading. Selecting a version from the list should allow you to download a particular released version for Windows.
+
## Extract the Necessary Files
To use the DLLs, we will need to pull three things from the downloaded archive:
@@ -68,3 +70,6 @@ An example Simply Fortran project, *clp-example-using-dlls.prj*, is included in
*by Jeff Armstrong (jeff@approximatrix.com)*
*Initial Release: 2020-10-30*
+
+*Updated: 2021-01-13*
+