How to install or-tools? #3587
Labels
Doc: Optimization Site
Issue related to https://developers.google.com/optimization/ or Documentation in general
Duplicate
Milestone
I cannot find usable instructions on how to install or-tools. READMEs and online documentation seem to be out of date.
'make install_cc' does not work.
The CMake build instructions do not work:
fail because
... even though all documentation I've seen suggests that SCIP should now just be included with or-tools.
I found this on both the stable and main branches from a fresh clone today. I downloaded the v9.5 source and attempted it there, same results.
In the v9.5 source I then spied a
build_make
directory. In there I can issuemake install
to some effect, and it seems to have used the root extraction directory as the prefix. Is that how you do it?What version of OR-Tools and what language are you using?
Version: stable/main/v9.5
Language: C++
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
Any
What operating system (Linux, Windows, ...) and version?
Debian (sid from about 12 months ago)
The text was updated successfully, but these errors were encountered: