From 72285e7eae2e52101bedbe7a4fdb45549980d38c Mon Sep 17 00:00:00 2001 From: Ted Ralphs Date: Tue, 3 May 2022 23:44:43 -0400 Subject: [PATCH] Updating README --- README.md | 46 ++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 40 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cbb79667..e9116ac8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ [![A COIN-OR Project](https://coin-or.github.io/coin-or-badge.png)](https://www.coin-or.org) +Projects such as this one are maintained by a small group of volunteers under +the auspices of the non-profit [COIN-OR Foundation](https://www.coin-or.org) +and we need your help! Please consider [sponsoring our +activities](https://github.com/sponsors/coin-or). + [![Latest Release](https://img.shields.io/github/v/release/coin-or/SYMPHONY?sort=semver)](https://github.com/coin-or/SYMPHONY/releases) _This file is auto-generated from [config.yml](.coin-or/config.yml) using the @@ -62,14 +67,43 @@ releases in Github are archived as part of SYMPHONY [here](https://www.coin-or.org/download/binary/SYMPHONY). - * *Linux*: On Debian/Ubuntu, SYMPHONY is available in the package `coinor-symphony` and can be installed with apt. On Fedora, SYMPHONY is available in the package `coin-or-SYMPHONY`. + * *Linux* (see https://repology.org/project/coin-or-symphony/versions for a complete listing): + * arch: + ``` + $ sudo pacman -S coin-or-symphony + ``` + * Debian/Ubuntu: + ``` + $ sudo apt-get install coinor-symphony coinor-libsymphony-dev + ``` + * Fedora/Redhat/CentOS: + ``` + $ sudo yum install coin-or-SYMPHONY coin-or-SYMPHONY-devel + ``` + * freebsd: + ``` + $ sudo pkg install math/symphony + ``` + * linuxbrew: + ``` + $ brew install symphony + ``` * *Windows*: The easiest way to get SYMPHONY on Windows is to download an archive as described above. * *Mac OS X*: The easiest way to get SYMPHONY on Mac OS X is through [Homebrew](https://brew.sh). - * `brew tap coin-or-tools/coinor` - * `brew install coin-or-tools/coinor/symphony` + ``` + $ brew tap coin-or-tools/coinor + $ brew install coin-or-tools/coinor/symphony + ``` + +* *conda* (cross-platform, no Windows for now): + ``` + $ conda install coin-or-symphony + ``` -Due to license incompatibilities, pre-compiled binaries lack some functionality. -If binaries are not available for your platform for the latest version and you would like to request them to be built and posted, feel free to let us know on the mailing list. +Due to license incompatibilities, pre-compiled binaries lack some +functionality. If binaries are not available for your platform for the latest +version and you would like to request them to be built and posted, feel free +to let us know on the mailing list. ### Source @@ -93,7 +127,7 @@ OS by default). ## BUILDING from source -These quick start instructions assumes you are in a bash shell. +These quick start instructions assume you are in a bash shell. ### Using `coinbrew`