From 4480962af6a86e6d787a98e5fece3deadee6f636 Mon Sep 17 00:00:00 2001 From: galabovaa Date: Mon, 10 Jun 2024 17:35:13 +0100 Subject: [PATCH] readme --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 84b22db9b8..0f370457c6 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,9 @@ - [Documentation](#documentation) - [Installation](#installation) - [Build from source using CMake](#build-from-source-using-cmake) + - [Build with Meson*](#build-with-meson) + - [Build with Nix*](#build-with-nix) - [Precompiled binaries](#precompiled-binaries) - - [Build with Nix](#build-with-nix) - [Interfaces](#interfaces) - [Python](#python) - [CSharp](#csharp) @@ -81,7 +82,7 @@ solves the model in `ml.mps` ``` More details on building with CMake can be found in `HiGHS/cmake/README.md`. -#### Building with Meson +#### Build with Meson As an alternative, HiGHS can be installed using the `meson` build interface: ``` sh @@ -90,15 +91,6 @@ meson test -C bbdir ``` _The meson build files are provided by the community and are not officially supported by the HiGHS development team._ -### Precompiled binaries - -Precompiled static executables are available for a variety of platforms at -https://github.com/JuliaBinaryWrappers/HiGHSstatic_jll.jl/releases - -_These binaries are provided by the Julia community and are not officially supported by the HiGHS development team. If you have trouble using these libraries, please open a GitHub issue and tag `@odow` in your question._ - -See https://ergo-code.github.io/HiGHS/stable/installation/#Precompiled-Binaries. - #### Build with Nix There is a nix flake that provides the `highs` binary: @@ -133,6 +125,15 @@ python _The nix build files are provided by the community and are not officially supported by the HiGHS development team._ +### Precompiled binaries + +Precompiled static executables are available for a variety of platforms at +https://github.com/JuliaBinaryWrappers/HiGHSstatic_jll.jl/releases + +_These binaries are provided by the Julia community and are not officially supported by the HiGHS development team. If you have trouble using these libraries, please open a GitHub issue and tag `@odow` in your question._ + +See https://ergo-code.github.io/HiGHS/stable/installation/#Precompiled-Binaries. + ## Interfaces There are HiGHS interfaces for C, C#, FORTRAN, and Python in `HiGHS/src/interfaces`, with example driver files in `HiGHS/examples/`. More on language and modelling interfaces can be found at https://ergo-code.github.io/HiGHS/stable/interfaces/other/.