Skip to content

Commit

Permalink
[README] Update path for custom installation
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 23, 2020
1 parent 046223a commit 79c1c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ executable repspectively. Then call `import Pkg; Pkg.build("Ipopt")`.
For instance, given `/Users/oscar/lib/libipopt.dylib` and
`/Users/oscar/bin/ipopt`, run:
```julia
ENV["JULIA_IPOPT_LIBRARY_PATH"] = "/home/oscar/lib"
ENV["JULIA_IPOPT_EXECUTABLE_PATH"] = "/home/oscar/bin"
ENV["JULIA_IPOPT_LIBRARY_PATH"] = "/Users/oscar/lib"
ENV["JULIA_IPOPT_EXECUTABLE_PATH"] = "/Users/oscar/bin"
import Pkg
Pkg.build("Ipopt")
```
Expand Down

0 comments on commit 79c1c52

Please sign in to comment.