From f94fb3106230f505cc84ca0122f13a37ccd82827 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Wed, 13 Jan 2021 14:05:28 -0500 Subject: Improved download links for pre-built Windows binaries. --- clp-dll/README.md | 11 ++++++++--- 1 file 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: - + -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* + -- cgit v1.2.3