You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HiGHS library must be installed on your system.
52
52
53
+
>[!NOTE]
54
+
>If CMake cannot find a system-installed version of HiGHS, it will automatically download and build it as part of the project configuration process. While this simplifies setup, a pre-installed version is recommended for faster build times.
55
+
53
56
#### macOS (Homebrew)
54
57
55
58
This is the easiest method for macOS:
@@ -117,7 +120,7 @@ We use a standard out-of-source CMake build.
117
120
118
121
This will create the main products in the `build/` directory:
119
122
120
-
* `libjres_solver.a` (or `.lib` on Windows): The static library.
123
+
* `libjres_solver.so` or `libjres_solver.a` (or `.dll`/`.lib`): The shared or static library. The type depends on the `BUILD_SHARED_LIBS` CMake option (defaults to ON).
121
124
* `jres_solver` (or `jres_solver.exe`): The solver CLI executable.
122
125
* `jres_formatter` (or `jres_formatter.exe`): The formatter CLI executable.
0 commit comments