Skip to content

Commit e89ccd7

Browse files
authored
Update manual install instructions in README (#567)
1 parent ff0047c commit e89ccd7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You do not need to install Gurobi separately.
6262

6363
### Manual installation
6464

65-
To opt-out of using the Gurobi_jll binaries, set the `GUROBI_HOME` environment
65+
To opt-out of using the `Gurobi_jll` binaries, set the `GUROBI_HOME` environment
6666
variable to point to your local installation and set the
6767
`GUROBI_JL_USE_GUROBI_JLL` environment variable to `"false"`, then run
6868
`Pkg.add` and `Pkg.build`:
@@ -83,6 +83,10 @@ Pkg.add("Gurobi")
8383
Pkg.build("Gurobi")
8484
```
8585

86+
To change the location of a manual install, change the value of `GUROBI_HOME`,
87+
re-run `Pkg.build("Gurobi")`, and then re-start Julia for the change to take
88+
effect.
89+
8690
## Use with JuMP
8791

8892
To use Gurobi with JuMP, use `Gurobi.Optimizer`:

0 commit comments

Comments
 (0)