Skip to content

Commit

Permalink
README: add note about SCIP license
Browse files Browse the repository at this point in the history
and the consequences for the semi-manual installation process.
  • Loading branch information
rschwarz committed Aug 11, 2017
1 parent ab5119d commit a1357b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Julia interface to [SCIP](http://scip.zib.de) solver.

## Installation

Follow the steps below to get SCIP.jl working.
Follow the steps below to get SCIP.jl working. Unfortunately, these steps can not be automated as part of `Pkg.build("SCIP")`, because the academic license of SCIP does not allow distribution of the source code without tracking the download metadata. See the [license](http://scip.zib.de/academic.txt) for details.

1.The SCIP.jl package requires [SCIP](http://scip.zib.de/) to be installed in the newest version (4.0.0).
[Download](http://scip.zib.de/download.php?fname=scipoptsuite-4.0.0.tgz) the SCIP Optimization Suite, untar it.
Expand Down

1 comment on commit a1357b7

@tkelman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the note, I keep forgetting this

Please sign in to comment.