Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs authored May 27, 2020
1 parent c5b74d9 commit fbdfcf6
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# COIN-OR OPTIMIZATION SUITE

**Important notice**: The master branch of the Optimization Suite does not currently build
because of the migration of constituent projects to our new build system. This is being
corrected, but it will be some time before all projects are migrated. In the meantime,
it is suggested just to build individual projects using
[coinbrew](https://github.com/coin-or/coinbrew).
**Important notice: The master branch of the Optimization Suite does not currently include
all projects because we are mid-way through the migration to new build system and only
projects that have been migrated are included. This is being actively worked on, but it will
be some time before all projects are migrated. In the meantime, the stable/1.9 branch builds
out of the box using [coinbrew](https://github.com/coin-or/coinbrew).**

**An expanded version of this README that is updated with more details is available at**

https://coin-or.github.io/user_introduction.html

The COIN-OR Optimization Suite is a collection of interoperable open source
solvers from the respository of open source software maintained by the COIN-OR
Expand Down Expand Up @@ -139,9 +143,8 @@ rest should happen automagically. Alternatively, the following command-line
incantation will execute the procedure non-interactively.

```
./coinbrew fetch --no-prompt ProjName:stable/x.y
./coinbrew fetch --no-prompt ProjName@stable/x.y
./coinbrew build --no-prompt ProjName --prefix=/path/to/install/dir
./coinbrew install ProjName
```
Note that the prefix specified above is the directory where the packages will be
installed. If the specified prefix is writable, then all packages will be
Expand Down Expand Up @@ -211,9 +214,8 @@ rest should happen automagically. Alternatively, the following command-line
incantation will execute the procedure non-interactively.

```
./coinbrew fetch --no-prompt ProjName:stable/x.y
./coinbrew fetch --no-prompt ProjName@stable/x.y
./coinbrew build --no-prompt ProjName --prefix=C:\path\to\install\dir
./coinbrew install ProjName
```
Note that the prefix specified above is the directory where the packages will be
installed. If the specified prefix is writable, then all packages will be
Expand Down Expand Up @@ -297,9 +299,8 @@ rest should happen automagically. Alternatively, the following command-line
incantation will execute the procedure non-interactively.

```
./coinbrew fetch --no-prompt ProjName:stable/x.y
./coinbrew fetch --no-prompt ProjName@stable/x.y
./coinbrew build --no-prompt ProjName --prefix=/path/to/install/dir
./coinbrew install ProjName
```
Note that the prefix specified above is the directory where the packages will be
installed. If the specified prefix is writable, then all packages will be
Expand Down

0 comments on commit fbdfcf6

Please sign in to comment.