-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ following on the command line. | |
``` | ||
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew | ||
chmod u+x coinbrew | ||
./coinbrew fetch Clp@stable/1.17 | ||
./coinbrew fetch [email protected] | ||
./coinbrew build Clp | ||
``` | ||
For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew. | ||
|